[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.PageBreakAtEnd

PageBreakAtEnd Property

PageBreakAtEnd

Gets or sets a value indicating whether a page break occurs immediately after the container 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 container ends; otherwise, false. The default value is false.

Remarks

Page breaks are ignored if the container contains no report items.

Examples
Container container = new Container();
container.PageBreakAtEnd = true;