TAbstractdxGridReportLink.ReportRowCount Property
In This Article
Returns the number of report rows.
#Declaration
Delphi
property ReportRowCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
For indexed access to report rows, use the ReportRows property.
See Also