MapAppearanceRule.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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapBucketCollection
A MapBucketCollection object that represents a custom set of map buckets to be used for data distribution.

请参阅

参考

MapAppearanceRule 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间