FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.5.2 Assembly / C1.Win.FlexReport.CustomFields Namespace / SuperLabel Class / GetRenderContent Method
Field text.
Field image.
Indicates that image should be disposed after using.
Whether we in design time or runtime.

In This Topic
    GetRenderContent Method (SuperLabel)
    In This Topic
    Renders HTML content using the C1SuperLabel component.
    Syntax
    'Declaration
     
    Protected Overrides Sub GetRenderContent( _
       ByRef value As String, _
       ByRef img As Image, _
       ByRef disposeImage As Boolean, _
       ByVal designTime As Boolean _
    ) 
    protected override void GetRenderContent( 
       ref string value,
       ref Image img,
       ref bool disposeImage,
       bool designTime
    )

    Parameters

    value
    Field text.
    img
    Field image.
    disposeImage
    Indicates that image should be disposed after using.
    designTime
    Whether we in design time or runtime.
    See Also