Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageDocBase Class / MakeMetafile Method
Indicates whether to render preview forms controls.

In This Topic
    MakeMetafile Method (PreviewPageDocBase)
    In This Topic
    Makes metafile representing the current page.
    Syntax
    'Declaration
     
    Protected Overridable Function MakeMetafile( _
       ByVal renderInputControls As Boolean _
    ) As Metafile
    protected virtual Metafile MakeMetafile( 
       bool renderInputControls
    )

    Parameters

    renderInputControls
    Indicates whether to render preview forms controls.

    Return Value

    The metafile representing this page.
    See Also