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

XRDesignPanel.Report Property

Gets the report currently opened in the Design Panel.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public XtraReport Report { get; }

Property Value

Type Description
XtraReport

An XtraReport object currently opened in the XRDesignPanel.

Remarks

In an MDI (multi-document interface) End-User Designer, the active report corresponds to the currently active XRDesignPanel object, which is returned by the XRDesignForm.ActiveDesignPanel (XRDesignRibbonForm.ActiveDesignPanel) property.

To learn more, refer to WinForms Reporting.

The following code snippets (auto-collected from DevExpress Examples) contain references 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