[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Band.PageBreakAtStart

PageBreakAtStart Property

PageBreakAtStart

Gets or sets a value indicating whether a page break occurs immediately before the current band.

Declaration
[Obsolete("Do not use this property, use instead BreakLocation")]
public bool PageBreakAtStart { get; set; }
Property Value
Type Description
bool

A bool value where true if a page break occurs before the band; otherwise, false.

Remarks

This property is obsolete. Use PageBreak instead.