Overload | Description |
---|---|
Export(PageDocument,String) | Exports the specified document to a .xls file. |
Export(PageDocument,String,String) | Exports the specified page document to Excel. |
Export(PageDocument,Stream) | Exports the specified page document to Excel. |
Export(PageDocument,Stream,String) | Exports the specified document to Excel. |
Export(IReport,String,String) | Exports the specified IReport to file |
Export(IReport,String) | Exports the specified IReport to file |
Export(IReport,Stream) | Exports the specified IReport to stream |
Export(IReport,Stream,String) | Exports the specified IReport to stream |
Export(SectionDocument,String) | Exports the specified document to an Excel file. |
Export(SectionDocument,String,String) | Exports the specified range of pages in a document to an Excel file. |
Export(SectionDocument,Stream) | Exports the specified document to a stream in Excel format. |
Export(SectionDocument,Stream,String) | Exports the specified range of pages in a document to a stream in Excel format. |