ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapDataRegion Class / Filters Property

In This Topic
    Filters Property (MapDataRegion)
    In This Topic
    Gets filters to apply to each row of data in the data region.
    Syntax
    'Declaration
     
    Public ReadOnly Property Filters As IList(Of Filter)
    public IList<Filter> Filters {get;}
    See Also