ActiveReports 13
Export(PageDocument,String) Method

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

Parameters

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

Reference

IDocumentExportEx Interface
IDocumentExportEx Members
Overload List