'Declaration Public Enum PageBreakLocation Inherits System.Enum
public enum PageBreakLocation : System.Enum
'Declaration Public Enum PageBreakLocation Inherits System.Enum
public enum PageBreakLocation : System.Enum
Member | Description |
---|---|
Between | Specifies that there must be a page break in between each Group. |
End | Specifies that there must be a page break after a ReportItem or each Group. |
None | Specifies that there is no page break. |
Start | Specifies that there must be a page break before a ReportItem or each Group. |
StartAndEnd | Specifies that there must be a page break both before and after a ReportItem or each Group. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Rendering.Components.PageBreakLocation