Creates a SplitParams object, used during splitting, child classes may override this method to create the SplitParams object of custom type (derived from SplitParams).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual SplitParams CreateSplitParams()
Visual Basic
Protected Overridable Function CreateSplitParams As SplitParams

Return Value

See Also