GetRenderContent Method (Field)
In This Topic
Selects the text or image that will be rendered by the field.
Syntax
'Declaration
Protected Overridable Sub GetRenderContent( _
ByRef As String, _
ByRef As GrapeCity.Documents.Drawing.IImage, _
ByRef As Boolean, _
ByVal As Boolean _
)
protected virtual void GetRenderContent(
ref string ,
ref GrapeCity.Documents.Drawing.IImage ,
ref bool ,
bool
)
Parameters
- 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.
See Also