Udostępnij przez


Właściwość MapAppearanceRule.MapBuckets

Pobiera niestandardowy zestaw pakiety mapy do dystrybucji danych.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MapBuckets As MapBucketCollection
    Get
'Użycie
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