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

In This Topic
    MakeMetafile Method (PreviewPageMultiDoc)
    In This Topic
    Overridden. Makes metafile representing the current page.
    Syntax
    'Declaration
     
    Protected Overrides Function MakeMetafile( _
       ByVal renderInputControls As Boolean _
    ) As Metafile
    protected override Metafile MakeMetafile( 
       bool renderInputControls
    )

    Parameters

    renderInputControls
    Indicates whether to render preview forms controls.

    Return Value

    The metafile representing this page.
    See Also