GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSet Class : Filters Property |
Gets the filters to apply to each row of data in the data set.
'Declaration Public ReadOnly Property Filters As System.Collections.Generic.IList(Of Filter)
public System.Collections.Generic.IList<Filter> Filters {get;}
A FilterCollection object containing the filters to apply to each row of data in the data set.