ActiveReports 12
Filters Property (IDataSet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IDataSet Interface : Filters Property

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

Syntax
'Declaration
 
ReadOnly Property Filters As IList(Of Filter)
IList<Filter> Filters {get;}

Property Value

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

Reference

IDataSet Interface
IDataSet Members