Back to Devexpress

DashboardControl.ExportToExcel Method

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

latest1.0 KB
Original Source

DashboardControl.ExportToExcel Method

NameParametersDescription
ExportToExcel(Stream, DashboardExcelExportOptions)stream, optionsExports dashboard data to the specified stream in Excel format.
ExportToExcel(Stream)streamExports dashboard data to the specified stream in Excel format.
ExportToExcel(String, DashboardExcelExportOptions)filePath, optionsExports dashboard data to the specified file in Excel format.
ExportToExcel(String)filePathExports dashboard data to the specified file in Excel format.