Gets or sets a value determining how a table row is treated
when it is too high to fit in the vertical space available on the current page.
(you can override this value for individual rows using
SplitBehavior property).
Namespace:
C1.C1PreviewThe default is Never.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public SplitBehaviorEnum RowsSplitBehavior { get; set; } |
Visual Basic |
---|
Public Property RowsSplitBehavior As SplitBehaviorEnum Get Set |