Skip to main content
A newer version of this page is available.
All docs
V18.2

XRSubreport.ReportSourceRowCount Property

Returns a row count in a data source of a report included in a subreport.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

A row count in a data source of a report included in a subreport.

See Also