A newer version of this page is available.
Switch to the current version.
XRControl.RootReport Property
Provides access to the report to which the control belongs.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(false)]
public virtual XtraReport RootReport { get; }
<Browsable(False)>
Public Overridable ReadOnly Property RootReport As XtraReport
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
Feedback