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