ActiveReports 13
Export(PageDocument,String,String) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Export Namespace > IDocumentExportEx Interface > Export Method : Export(PageDocument,String,String) Method
Page document to export.
The path to the file to save exported result to.
The page range to export.
Exports the specified range of pages to an HTML file.
Syntax
'Declaration
 
Overloads Sub Export( _
   ByVal document As PageDocument, _
   ByVal filePath As String, _
   ByVal pageRange As String _
) 
void Export( 
   PageDocument document,
   string filePath,
   string pageRange
)

Parameters

document
Page document to export.
filePath
The path to the file to save exported result to.
pageRange
The page range to export.
See Also

Reference

IDocumentExportEx Interface
IDocumentExportEx Members
Overload List