[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRegion.PageBreakAtEnd

PageBreakAtEnd Property

PageBreakAtEnd

Gets or sets a value indicating whether a page break occurs immediately after the data region ends.

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

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

Remarks

If PageBreakAtEnd is true, controls before the data region that extend horizontally past its end are moved to the next page.