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

Glossary Item Box

Gets filters to apply to each instance of the group.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Filters As FilterCollection
C# 
public FilterCollection Filters {get;}

Property Value

FilterCollection object containing filters to apply to each instance of the group.

See Also