Selects the text or image that will be rendered by the field.
シンタックス
'宣言
Protected Overridable Sub GetRenderContent( _
ByRef As System.String, _
ByRef As GrapeCity.Documents.Drawing.IImage, _
ByRef As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim instance As Field
Dim value As System.String
Dim img As GrapeCity.Documents.Drawing.IImage
Dim disposeImage As System.Boolean
Dim designTime As System.Boolean
instance.GetRenderContent(value, img, disposeImage, designTime)
protected virtual void GetRenderContent(
ref System.string ,
ref GrapeCity.Documents.Drawing.IImage ,
ref System.bool ,
System.bool
)
パラメータ
- value
- Field text.
- img
- Field image.
- disposeImage
- Indicates that image should be disposed after using.
- designTime
- This parameter allows the field to render differently at design time or run time. This is usually needed for bound controls, since no data is available at design time.
参照