Skip to main content
All docs
V20.1

XRSubreport.ReportSourceRowCount Property

Returns the number of rows in the referenced report’s data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
public int ReportSourceRowCount { get; }

Property Value

Type Description
Int32

The number of rows in the referenced report’s data source.

See Also