[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSet.Filters

Filters Property

Filters

Gets a collection of filters applied to each row of data in the dataset.

Declaration
public IList<Filter> Filters { get; }
Property Value
Type Description
IList<Filter>

An IList<T> object containing the filters to be applied to each row of data.

Implements
Remarks

Filters help in refining the data by including or excluding rows based on specified criteria.