Splits content of object by vertically, by default this procedure split object as image.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected virtual void SplitVertContent( RenderFragment newFragment, SplitParams p ) |
Visual Basic |
---|
Protected Overridable Sub SplitVertContent ( _ newFragment As RenderFragment, _ p As SplitParams _ ) |
Parameters
- newFragment
- Type: C1.C1Preview..::..RenderFragment
The created fragment describing part of object before contentSplitPos.
- p
- Type: SplitParams
SplitParams object defining the paramters of splitting.