CustomExportEventArgs.Report Property
Gets the underlying report of the exported document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.v24.1.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.
Related GitHub Examples
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.