TdxGridReportLink.ReportRowsByGridRecord Property
Returns the report row specified by the corresponding grid record.
Declaration
property ReportRowsByGridRecord[GridRow: TcxCustomGridRecord]: TdxReportCell read;
Property Value
Type |
---|
TdxReportCell |
Remarks
GridRow specifies the record by which the report row is to be returned.
For indexed access to report rows, use the ReportRows property instead.
See Also