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

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

    Parameters

    document
    The document.
    filePath
    The file path.
    pageRange
    The page range.
    See Also