FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / C1Mapper Class / RefreshImage Method
Specifies whether we are in design time or runtime.

In This Topic
    RefreshImage Method
    In This Topic
    Gets image representing the current map, with the previous data.
    Syntax
    'Declaration
     
    Public Function RefreshImage( _
       ByVal designTime As Boolean _
    ) As Image
    public Image RefreshImage( 
       bool designTime
    )

    Parameters

    designTime
    Specifies whether we are in design time or runtime.

    Return Value

    The image (metafile).
    See Also