[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.SuperLabel.GetRenderContent

GetRenderContent Method

GetRenderContent(ref string, ref Image, ref bool, bool)

Renders HTML content using the C1SuperLabel component.

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

Field text.

Image img

Field image.

bool disposeImage

Indicates that image should be disposed after using.

bool designTime

Whether we in design time or runtime.

Overrides