Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / Export Method / Export(String,Boolean) Method
The output file name. The file extension determines the export format.
Flag indicating whether to show the progress dialog.

In This Topic
    Export(String,Boolean) Method
    In This Topic
    Exports the current multi-document to a disk file.
    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal fileName As String, _
       ByVal showProgress As Boolean _
    ) 
    public void Export( 
       string fileName,
       bool showProgress
    )

    Parameters

    fileName
    The output file name. The file extension determines the export format.
    showProgress
    Flag indicating whether to show the progress dialog.
    See Also