ActiveReports 9
Export(SectionDocument,String) Method

The ActiveReports object to export.
The file name and path to which to save the spreadsheet.
Exports the specified document to an Excel file.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal filePath As System.String _
) 
public void Export( 
   SectionDocument document,
   System.string filePath
)

Parameters

document
The ActiveReports object to export.
filePath
The file name and path to which to save the spreadsheet.
See Also

Reference

XlsExport Class
XlsExport Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum