次の方法で共有


MapAppearanceRule.MapBuckets プロパティ

データ分布に使用するマップ バケットのカスタム セットを取得します。

名前空間:  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
データ分布に使用するマップ バケットのカスタム セットを表す MapBucketCollection オブジェクト。

関連項目

参照

MapAppearanceRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間