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