TRelation.TRelation Constructor
Creates a new relation with the given values.
Syntax
Namespace: FlexCel.Report
public TRelation(VirtualDataTable aParentTable, VirtualDataTable aChildTable, Int32[] aParentColumns, Int32[] aChildColumns)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aParentTable | VirtualDataTable | See ParentTable | |
aChildTable | VirtualDataTable | See ChildTable | |
aParentColumns | Int32[] | See ParentColumns | |
aChildColumns | Int32[] | See ChildColumns |