[]
Selects the text or image that will be rendered by the field.
protected virtual void GetRenderContent(ref string value, ref IImage img, ref bool disposeImage, bool designTime)
| 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.