XRDesignPanel.Report Property
Gets the report currently opened in the Design Panel.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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.
See Also