'Declaration Public Enum ForcePageBreakEnum Inherits System.Enum
public enum ForcePageBreakEnum : System.Enum
'Declaration Public Enum ForcePageBreakEnum Inherits System.Enum
public enum ForcePageBreakEnum : System.Enum
Member | Description |
---|---|
After | A page break is inserted after the field or section. |
Before | A page break is inserted before the field or section. |
BeforeAndAfter | Page breaks are inserted before and after the field or section. |
None | No page breaks. |
PageAfter | In multi-column reports, a page break is inserted after the field or section instead of column break. |
PageBefore | In multi-column reports, a page break is inserted before the field or section instead of column break. |
PageBeforeAndAfter | In multi-column reports, a page break is inserted before and after the field or section instead of column break. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.ForcePageBreakEnum