Skip to main content
A newer version of this page is available.
All docs
V19.1

XRSubreport.ReportSourceRowCount Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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