ActiveReports Developer 7
Filters Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IDataSet Interface : Filters Property

Glossary Item Box

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

Syntax

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

Property Value

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

See Also