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

XRCrossBandControl.Report Property

Gets the report which contains the cross-band control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public override XtraReportBase Report { get; }

Property Value

Type Description
XtraReportBase

An instance of the XtraReportBase class descendant.

Remarks

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

See Also