ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomData Class / Filters Property

In This Topic
    Filters Property (CustomData)
    In This Topic
    A GrapeCity.ActiveReports.PageReportModel.Rdl.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