[]
        
(Showing Draft Content)

C1.Report.Field.GetRenderContent

GetRenderContent Method

GetRenderContent(ref string, ref IImage, ref bool, bool)

Selects the text or image that will be rendered by the field.

Declaration
protected virtual void GetRenderContent(ref string value, ref IImage img, ref bool disposeImage, bool designTime)
Parameters
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.

Remarks

Override this method in derived classes to provide custom text or images to be rendered in the report.