'Declaration Public Enum PageBreak Inherits System.Enum
'Usage Dim instance As PageBreak
public enum PageBreak : System.Enum
'Declaration Public Enum PageBreak Inherits System.Enum
'Usage Dim instance As PageBreak
public enum PageBreak : System.Enum
Member | Description |
---|---|
After | The page break should be applied after the element is printed in a report. |
Before | The page break should be applied before the element is printed in a report. |
Both | A page break should be applied before and after the element is printed in a report. |
None | No page break. |
System.Object
System.ValueType
System.Enum
Xceed.Grid.Reporting.PageBreak
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2