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

DashboardControl.ExportToExcel(Stream) Method

Exports dashboard data to the specified stream in Excel format.

Namespace: DevExpress.DashboardWpf

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

Declaration

public void ExportToExcel(
    Stream stream
)

Parameters

Name Type Description
stream Stream

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

See Also