Exports dashboard data to the specified stream in Excel format.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v18.2.Wpf.dll
public void ExportToExcel(
Stream stream,
DashboardExcelExportOptions options
)
Public Sub ExportToExcel(
stream As Stream,
options As DashboardExcelExportOptions
)
Type | Name | Description |
---|---|---|
Stream | stream | A Stream object to which the created Excel file should be sent. |
DashboardExcelExportOptions | options | A DashboardExcelExportOptions object containing Excel-specific options. |