Właściwość MapAppearanceRule.MapBuckets
Pobiera lub ustawia niestandardowy zestaw pakiety mapy do dystrybucji danych.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MapBuckets As IList(Of MapBucket)
Get
Set
'Użycie
Dim instance As MapAppearanceRule
Dim value As IList(Of MapBucket)
value = instance.MapBuckets
instance.MapBuckets = value
public IList<MapBucket> MapBuckets { get; set; }
public:
property IList<MapBucket^>^ MapBuckets {
IList<MapBucket^>^ get ();
void set (IList<MapBucket^>^ value);
}
member MapBuckets : IList<MapBucket> with get, set
function get MapBuckets () : IList<MapBucket>
function set MapBuckets (value : IList<MapBucket>)
Wartość właściwości
Typ: System.Collections.Generic.IList<MapBucket>
IList<T> Obiektu.
Zobacz także