IDashboardControl.ExportToExcel Method
| Name | Parameters | Description |
|---|---|---|
| ExportToExcel(Stream, DashboardExcelExportOptions) | stream, options | Exports dashboard data to the specified stream in Excel format. |
| ExportToExcel(Stream) | stream | Exports dashboard data to the specified stream in Excel format. |
| ExportToExcel(String, DashboardExcelExportOptions) | filePath, options | Exports dashboard data to the specified file in Excel format. |
| ExportToExcel(String) | filePath | Exports dashboard data to the specified file in Excel format. |