Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Map Class / GetRenderContent Method
The field text (ignored unless map creation failed).
The map image.
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, _
       ByVal designTime As Boolean _
    ) 
    protected override void GetRenderContent( 
       ref string value,
       ref Image img,
       bool designTime
    )

    Parameters

    value
    The field text (ignored unless map creation failed).
    img
    The map image.
    designTime
    Specifies whether we are in design time or runtime.
    See Also