TdxGridReportLink.ReportRows Property
Provides indexed access to report rows.
Declaration
property ReportRows[Index: Integer]: TdxReportCell read;
Property Value
Type |
---|
TdxReportCell |
Remarks
The order of report rows in the collection is dependent upon the sorting order of rows in the grid’s View (see the item’s SortOrder property).
To obtain the number of report rows, use the ReportRowCount property.
See Also