共用方式為


MapBuckets 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapBuckets As MapBucketCollection
    Get
'用途
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