FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields Namespace / Map Class / GetRenderContent Method
The field text (ignored unless map creation failed).
The map image.
Indicates that image should be disposed after using.
Specifies whether we are in design time or runtime.

In This Topic
    GetRenderContent Method (Map)
    In This Topic
    Assigns the map image that will be rendered by the field.
    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
    The field text (ignored unless map creation failed).
    img
    The map image.
    disposeImage
    Indicates that image should be disposed after using.
    designTime
    Specifies whether we are in design time or runtime.
    See Also