Export Method (ReportViewer)
In This Topic
Exports the currently displayed report
Syntax
Parameters
- exportType
- Specifies export format
- callback
- Function that is invoked once the export result is available (its Url is passed in the callback)
- saveAsDialog
- Indicates whether the save as dialog should be shown immediately once the export result is ready
- settings
- The export settings are available for RenderingExtensions
- isCancelRequested
- The function is periodically called with a check to cancel the export task
See Also