Proprietà MapAppearanceRule.MapBuckets

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapBuckets As IList(Of MapBucket)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System.Collections.Generic.IList<MapBucket>
An IList<T> object.

Vedere anche

Riferimento

MapAppearanceRule Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel