Partager via


Propriété MapBuckets

Gets a custom set of map buckets to be used for data distribution.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapBuckets As MapBucketCollection
    Get
'Utilisation
Dim instance As MapAppearanceRule
Dim value As MapBucketCollection

value = instance.MapBuckets
public MapBucketCollection MapBuckets { get; }
public:
property MapBucketCollection^ MapBuckets {
    MapBucketCollection^ get ();
}
member MapBuckets : MapBucketCollection
function get MapBuckets () : MapBucketCollection