ActiveReports 9
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 System.String, _
   ByVal pageRange As System.String _
) 
void Export( 
   PageDocument document,
   System.string filePath,
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum