[]
Exports the currently displayed report.
public Task Export(ExportTypes exportType, Action<string> callback = null, bool saveAsDialog = false, Dictionary<string, string> settings = null, Func<bool> isCancelRequested = null)
Type | Name | Description |
---|---|---|
ExportTypes | exportType | Specifies export format. |
Action<string> | callback | Function invoked once the export result is available (its URL is passed in the callback). |
bool | saveAsDialog | Indicates whether the save as dialog should be shown immediately once the export result is ready. |
Dictionary<string, string> | settings | The export settings available for RenderingExtensions. |
Func<bool> | isCancelRequested | The function periodically called to check if the export task should be canceled. |
Type | Description |
---|---|
Task | A task that represents the asynchronous operation of exporting the report. |