Back to Devexpress

XRCrossBandControl.Report Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandcontrol-2cb65276.md

latest1.4 KB
Original Source

XRCrossBandControl.Report Property

Gets the report which contains the cross-band control.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDescription
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

RootReport

XRCrossBandControl Class

XRCrossBandControl Members

DevExpress.XtraReports.UI Namespace