XRDesignPanel.Report Property
In This Article
Gets the report currently opened in the Design Panel.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
[Browsable(false)]
public XtraReport Report { get; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#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