Back to Devexpress

DashboardControl.ExportDashboardItemToExcel Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-exportdashboarditemtoexcel.md

latest1.4 KB
Original Source

DashboardControl.ExportDashboardItemToExcel Method

NameParametersDescription
ExportDashboardItemToExcel(String, Stream, DashboardExcelExportOptions)dashboardItemName, stream, optionsExports the dashboard item to the specified stream in Excel format using specified export options.
ExportDashboardItemToExcel(String, Stream)dashboardItemName, streamExports the dashboard item to the specified stream in Excel format.
ExportDashboardItemToExcel(String, String, DashboardExcelExportOptions)dashboardItemName, filePath, optionsExports the dashboard item to the specified file in Excel format using specified export options.
ExportDashboardItemToExcel(String, String)dashboardItemName, filePathExports the dashboard item to the specified file in Excel format.