XRControl.RootReport Property
Provides access to the report to which the control belongs.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v23.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
XtraReport | An XtraReport value. |
Remarks
This property returns a report that contains all bands and detail reports. A detail report, within which a control may reside, is accessed via the XRControl.Report property.
See Also