共用方式為


MapAppearanceRule.MapBuckets 屬性

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property MapBuckets As IList(Of MapBucket)
    Get 
    Set
'用途
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>)

屬性值

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

請參閱

參考

MapAppearanceRule 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間