MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StartNewPage Enumeration

StartNewPage Enumeration
Specifies where the content should continue after page break.
Syntax
'Declaration
 
Public Enum StartNewPage 
   Inherits System.Enum
 
Members
MemberDescription
EvenPlace content to even page.
NextPlace content to next page.
OddPlace content to odd page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.StartNewPage

See Also