ExportDashboardItemToExcel(Dashboard, String, Stream, DashboardState, DashboardExcelExportOptions)
|
dashboard, dashboardItemName, outputStream, state, options
|
Exports a dashboard item’s data to the specified stream in Excel format.
|
ExportDashboardItemToExcel(Dashboard, String, String, DashboardState, DashboardExcelExportOptions)
|
dashboard, dashboardItemName, outputFilePath, state, options
|
Exports a dashboard item’s data to the specified Excel file.
|
ExportDashboardItemToExcel(Stream, String, Stream, DashboardState, DashboardExcelExportOptions)
|
dashboardXml, dashboardItemName, outputStream, state, options
|
Exports a dashboard item’s data to the specified stream in Excel format.
|
ExportDashboardItemToExcel(Stream, String, String, DashboardState, DashboardExcelExportOptions)
|
dashboardXml, dashboardItemName, outputFilePath, state, options
|
Exports a dashboard item’s data to the specified Excel file.
|
ExportDashboardItemToExcel(String, String, Stream, DashboardState, DashboardExcelExportOptions)
|
dashboardXmlPath, dashboardItemName, outputStream, state, options
|
Exports a dashboard item’s data to the specified stream in Excel format.
|
ExportDashboardItemToExcel(String, String, String, DashboardState, DashboardExcelExportOptions)
|
dashboardXmlPath, dashboardItemName, outputFilePath, state, options
|
Exports a dashboard item’s data to the specified Excel file.
|