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

XRCrossBandControl.RootReport Property

Gets the root report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public override XtraReport RootReport { get; }

Property Value

Type Description
XtraReport

An XtraReport object representing the root report.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also