TdxGridReportLink.ReportRowsByGridRecord Property
In This Article
Returns the report row specified by the corresponding grid record.
#Declaration
Delphi
property ReportRowsByGridRecord[GridRow: TcxCustomGridRecord]: TdxReportCell read;
#Property Value
Type |
---|
Tdx |
#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