Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Export Method / Export(String) Method
The output file name. The file extension determines the export format.

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

    Parameters

    fileName
    The output file name. The file extension determines the export format.
    See Also