TcxTreeListCustomReportLink.ReportRowCount Property
Returns the number of rows available in the report.
Declaration
property ReportRowCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Children of collapsed nodes are not taken into account.
For indexed access to report rows, use the ReportRows property.
See Also