BeforeExportDocumentEventArgs Properties
Provides data for the BeforeExportDocument events.| Name | Description |
|---|---|
| ExcelExportOptions | Gets options related to exporting a dashboard/dashboard item to XLSX/XLS/CSV format. |
| ExportAction | Gets the export action performed by an end-user. |
| ImageExportOptions | Gets export options related to exporting a dashboard/dashboard item as an image. |
| PdfExportOptions | Gets export options related to exporting a dashboard/dashboard item to PDF format. |
| PrintPreviewOptions | Gets options related to printing a dashboard/dashboard item using the Print Preview window. |
See Also