Skip to main content

CustomExportEventArgs.Report Property

Gets the underlying report of the exported document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public XtraReport Report { get; }

Property Value

Type Description
XtraReport

An XtraReport object that is the underlying report of the exported document.

Remarks

Note

The underlying report (CustomExportEventArgs.Report) requires the DevExpress.XtraReports.v22.2.dll assembly for further customization.

Example

The following example shows how to use the DashboardViewer.CustomExport event to specify header and footer content of an exported dashboard. This event allows you to access the underlying report (XtraReport) of the exported document.

Dashboard item print preview

View Example

See Also