Table of Contents

TSplitLink Class

Specifies a "Split" relation between two tables.

Syntax

Namespace: FlexCel.Report

public class TSplitLink

Constructors

Name Description
TSplitLink Create a new TSplitLink with the given values.

Properties

Name Description
SplitCount Split the detail every "SplitCount" number of records. If for example Splitcount is 5 and the detail table has 14 registers, it should be split as 5 records, 5 records, 4 records.
ParentDataSource Table that acts as a parent on the split relationship. Read its VirtualDataTable​State.​Position to know which group of splitted records to return.