[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.PageBreak

PageBreak Class

Summary description for PageBreak.

Inheritance
PageBreak
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class PageBreak : ARControl, IComponent, IDisposable, IPersistControl

Constructors

Name Description
PageBreak()

Initializes a new instance of the PageBreak class.

Properties

Name Description
ControlType
Enabled

Determines whether the PageBreak is currently enabled.

Location

Gets or sets the location of the control in inches.

Visible

Sets or returns a value indicating whether the control will be printed.

Methods

Name Description
ReadBounds(XmlNode)

Read bounds of the control

ReadXml(XmlNode)

Reads the control from specified XML node.

WriteBounds(XmlElement)

Writes bounds of the control

WriteXml(XmlElement)

Writes the control as XML to specified XML node.

Extension Methods