ActiveReports Developer 7
PageBreakAtStart Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Grouping Class : PageBreakAtStart Property

Glossary Item Box

Gets or sets a value indicating whether the report breaks to a new page at the start of the group.

Syntax

Visual Basic (Declaration) 
Public Property PageBreakAtStart As System.Boolean
C# 
public System.bool PageBreakAtStart {get; set;}

Property Value

A Boolean value where true indicates that the report breaks to a new page at the start of the group; otherwise false. The default value is false.

Remarks

This property is not valid for column groupings in the Matrix regions.

Grouping page breaks on table groups are ignored if the group has no header and no footer, no subgroups have a header or footer and there is no detail row in the table.

See Also