Back to Devexpress

DashboardViewer.ExportToExcel Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-exporttoexcel.md

latest1023 B
Original Source

DashboardViewer.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.