ActiveReports3 Request technical support
NewPage Enumeration
See Also  


Specifies whether a new page will be started before or after a section.

Syntax

Visual Basic (Declaration) 
Public Enum NewPage 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As NewPage
C# 
public enum NewPage : Enum 

Members

MemberDescription
NoneSections will continue printing on the same page until they've run out of space.
BeforeThe report will break to a new page before each instance of the section.
AfterThe report will break to a new page after each instance of the section.
BeforeAfterThe report will break to a new page before and after each instance of the section.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.NewPage

See Also