ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IDataSet Interface / Filters Property

In This Topic
    Filters Property (IDataSet)
    In This Topic

    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 GrapeCity.ActiveReports.PageReportModel.Rdl.FilterCollection containing the filters to apply to each row of data in the data set.

    See Also