ExportDashboardItemToExcel(String, Stream, DashboardExcelExportOptions)
|
dashboardItemName, stream, options
|
Exports the dashboard item to the specified stream in Excel format using specified export options.
|
ExportDashboardItemToExcel(String, Stream, ExcelExportOptions)
|
dashboardItemName, stream, options
|
Obsolete. Exports the dashboard item to the specified stream in Excel format.
|
ExportDashboardItemToExcel(String, String, DashboardExcelExportOptions)
|
dashboardItemName, filePath, options
|
Exports the dashboard item to the specified file in Excel format using specified export options.
|
ExportDashboardItemToExcel(String, String, ExcelExportOptions)
|
dashboardItemName, filePath, options
|
Obsolete. Exports the dashboard item to the specified file in Excel format using the specified export options.
|