Enumerates page break options available for elements of a RenderTable.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum PageBreakBehaviorEnum |
Visual Basic |
---|
Public Enumeration PageBreakBehaviorEnum |
Members
Member name | Description | |
---|---|---|
Default | A page break may be inserted if needed. | |
MustBreak | A page break is always inserted. | |
PreferredBreak | If a page break is needed, it should be inserted here. | |
NoBreak | A page break cannot be inserted. |