[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Map.GetRenderContent

GetRenderContent Method

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

Assigns the map image that will be rendered by the field.

Declaration
protected override void GetRenderContent(ref string value, ref IImage img, ref bool disposeImage, bool designTime)
Parameters
Type Name Description
string value

The field text (ignored unless map creation failed).

IImage img

The map image.

bool disposeImage

Indicates that image should be disposed after using.

bool designTime

Specifies whether we are in design time or runtime.