[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRegion.PageBreakAtStart

PageBreakAtStart Property

PageBreakAtStart

Gets or sets a value indicating whether a page break occurs immediately before the data region begins.

Declaration
public bool PageBreakAtStart { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that a page break occurs immediately before the data region begins; otherwise, false. Default value is false.

Remarks

If PageBreakAtStart is true, controls above the data region that extend horizontally past its start are not moved to the next page.