TAbstractdxGridReportLink.ReportRows Property
In This Article
Provides indexed access to report rows.
#Declaration
Delphi
property ReportRows[Index: Integer]: TdxReportCell read;
#Property Value
Type |
---|
Tdx |
#Remarks
To obtain the number of report rows, use the ReportRowCount property.
See Also