[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.SuperLabel.GetRenderContent

GetRenderContent Method

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

Renders HTML content using the C1SuperLabel component.

Declaration
protected override 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

Whether we in design time or runtime.