ActiveReports 12
Filters Property (CustomData)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomData Class : Filters Property
A FilterCollection containing the filters to apply to each row of data.
Syntax
'Declaration
 
Public ReadOnly Property Filters As IList(Of Filter)
public IList<Filter> Filters {get;}
See Also

Reference

CustomData Class
CustomData Members