Skip to main content
A newer version of this page is available. .

DashboardControl.ExportToExcel(Stream, DashboardExcelExportOptions) Method

Exports dashboard data to the specified stream in Excel format.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public void ExportToExcel(
    Stream stream,
    DashboardExcelExportOptions options
)

Parameters

Name Type Description
stream Stream

A Stream object to which the created Excel file should be sent.

options DashboardExcelExportOptions

A DashboardExcelExportOptions object containing Excel-specific options.

See Also