[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.PageBreakAtStart

PageBreakAtStart Property

PageBreakAtStart

Gets or sets a value indicating whether a page break occurs immediately before the container 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 container begins; 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.PageBreakAtStart = true;