次の方法で共有


MapCustomColorRule.MapCustomColors プロパティ

マップの空間要素の色分けに使用する色のコレクションを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MapCustomColors As MapCustomColorCollection 
    Get
'使用
Dim instance As MapCustomColorRule 
Dim value As MapCustomColorCollection 

value = instance.MapCustomColors
public MapCustomColorCollection MapCustomColors { get; }
public:
property MapCustomColorCollection^ MapCustomColors {
    MapCustomColorCollection^ get ();
}
member MapCustomColors : MapCustomColorCollection
function get MapCustomColors () : MapCustomColorCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapCustomColorCollection
MapCustomColorCollection オブジェクト。

関連項目

参照

MapCustomColorRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間