[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BandedListGroup.PageBreakAtStart

PageBreakAtStart Property

PageBreakAtStart

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

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 group; otherwise, false.

Remarks

This property is obsolete. Use PageBreak instead.