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

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

    Parameters

    document
    The document.
    outputHandler
    The output handler.
    pageRange
    The page range.
    See Also