Table of Contents

TSplitLink.SplitCount Property

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.

Syntax

Namespace: FlexCel.Report

public Int32 SplitCount { get; }

See also