[]
Selects the text or image that will be rendered by the field.
[CLSCompliant(false)]
protected virtual void GetRenderContent(ref string value, ref IImage img, ref bool disposeImage, bool designTime)
<CLSCompliant(False)>
Protected Overridable Sub GetRenderContent(ByRef value As String, ByRef img As IImage, ByRef disposeImage As Boolean, designTime As Boolean)
| Type | Name | Description |
|---|---|---|
| string | value | Field text. |
| IImage | img | Field image. |
| bool | disposeImage | Indicates that image should be disposed after using. |
| bool | 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. |
Override this method in derived classes to provide custom text or images to be rendered in the report.