[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageBreak

PageBreak Class

Represents the options for page breaking in a report.

Inheritance
PageBreak
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class PageBreak

Constructors

Name Description
PageBreak()

Initializes a new instance of the PageBreak class.

Properties

Name Description
BreakLocation

Gets or sets a location where the page break occurs.

Disabled

Gets or sets a value indicating whether the page break is disabled.

NewPage

Gets or sets a value indicating on which page the content should start after the page break.

ResetPageNumber

Gets or sets a value indicating whether the page number should reset after the page break.

Extension Methods