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

Glossary Item Box

Gets the filters to apply to each row of data in the data set.

Syntax

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

Property Value

A FilterCollection object containing the filters to apply to each row of data in the data set.

See Also