Table of Contents

TRelation.ParentColumns Property

And array of colum indexes on the Master table that are related to the detail ChildColumns[0] is related to ParentColumns[0], ChildColumns[1] to ParentColunns[1], and so on.

Syntax

Namespace: FlexCel.Report

public Int32[] ParentColumns { get; }

See also