Defines the various breaks which can be forced before or after render object.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum BreakEnum |
| Visual Basic |
|---|
Public Enumeration BreakEnum |
Members
| Member name | Description | |
|---|---|---|
| None | No break. | |
| Page | New page should be started. | |
| Column | New column should be started. | |
| Line | New line on inline flow should be started. |