ActiveReports Developer 7
Export Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : Export Method

Glossary Item Box

Exports the specified page range of the currently loaded report to the specified file by using the specified export filter.

Overload List

OverloadDescription
Export(IDocumentExportEx,FileInfo)Exports the specified page range of the currently loaded report to the specified file by using the specified export filter.  
Export(IDocumentExportEx,FileInfo,String)Exports the specified page range of the currently loaded report to the specified file by using the specified export filter.  
Export(IDocumentExportEx,Stream)Exports the specified page range of the currently loaded report to the specified stream by using the specified export filter.  
Export(IDocumentExportEx,Stream,String)Exports the specified page range of the currently loaded report to the specified stream by using the specified export filter.    

See Also