Skip to main content

CustomExportEventArgs.Report Property

Gets the underlying report of the exported document.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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.v23.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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Report property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also