ActiveReports 12
MapBuckets Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MapAppearanceRule Class : MapBuckets Property
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

Reference

MapAppearanceRule Class
MapAppearanceRule Members