Back to Devexpress

XRCrossBandControl.RootReport Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandcontrol-b89d0155.md

latest1.4 KB
Original Source

XRCrossBandControl.RootReport Property

Gets the root report.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatBehavior)]
public override XtraReport RootReport { get; }
vb
<SRCategory(ReportStringId.CatBehavior)>
Public Overrides ReadOnly Property RootReport As XtraReport

Property Value

TypeDescription
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

Report

XRCrossBandControl Class

XRCrossBandControl Members

DevExpress.XtraReports.UI Namespace