ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Export Namespace / IDocumentExport Interface / Export Method / Export(SectionDocument,String) Method
The document.
The file path.

In This Topic
    Export(SectionDocument,String) Method
    In This Topic
    Exports the specified document.
    Syntax
    'Declaration
     
    Overloads Sub Export( _
       ByVal document As SectionDocument, _
       ByVal filePath As String _
    ) 
    void Export( 
       SectionDocument document,
       string filePath
    )

    Parameters

    document
    The document.
    filePath
    The file path.
    See Also