Skip to main content

DashboardControl.ExportToExcel(Stream, DashboardExcelExportOptions) Method

Exports dashboard data to the specified stream in Excel format.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: 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