Skip to main content

TcxTreeListCustomReportLink.ReportRowsByNode Property

Returns the report row corresponding to a specified tree list node.

Declaration

property ReportRowsByNode[Node: TcxTreeListNode]: TdxReportCell read;

Property Value

Type
TdxReportCell

Remarks

For the root level node, the ReportRowsByNode property returns nil.

Node specifies the node by which the report row is to be returned.

For indexed access to report rows, use the ReportRows property instead.

See Also