ActiveReports3 Request technical support
PageBreak Class
See Also  Members  


PageBreak ends the current page and starts a new page at the control's location on the page.

Object Model


Syntax

Visual Basic (Declaration) 
Public NotInheritable Class PageBreak 
   Inherits ARControl
Visual Basic (Usage)Copy Code
Dim instance As PageBreak
C# 
public sealed class PageBreak : ARControl 

Inheritance Hierarchy

System.Object
   DataDynamics.ActiveReports.ARControl
      DataDynamics.ActiveReports.PageBreak

See Also