ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapAppearanceRule Class / MapBuckets Property

In This Topic
    MapBuckets Property
    In This Topic
    Gets the set of buckets used to distribute the data. Mandatory if DistributionType = Custom, otherwise ignored.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapBuckets As IList(Of MapBucket)
    public IList<MapBucket> MapBuckets {get;}
    See Also