DashboardControl.ExportToExcel(Stream) Method
Exports dashboard data to the specified stream in Excel format.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v26.1.Wpf.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | A Stream object to which the created Excel file should be sent. |
See Also