ActiveReports Developer 7
Static Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataGrouping Class : Static Property

Glossary Item Box

Gets or sets a value indicating if this is a static grouping.

Syntax

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

Remarks

Must be true if any ancestor grouping is a detail grouping.

See Also