[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BandedListGroup.PageBreakAtEnd

PageBreakAtEnd Property

PageBreakAtEnd

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

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

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

Remarks

This property is obsolete. Use PageBreak instead.