Overload | Description |
---|---|
Export(IDocumentExport,FileInfo) | Exports the currently loaded report to the specified file using the given export filter. |
Export(IDocumentExport,FileInfo,String) | Exports the specified page range of the currently loaded report to the specified file using the given export filter. |
Export(IDocumentExport,Stream) | Exports the currently loaded report to the specified stream using the given export filter. |
Export(IDocumentExport,Stream,String) | Exports the specified page range of the currently loaded report to the specified stream using the given export filter. |