次の方法で共有


Map.MapLegends プロパティ

マップに描画される凡例のコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property MapLegends As MapLegendCollection 
    Get
'使用
Dim instance As Map 
Dim value As MapLegendCollection 

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

プロパティ値

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

関連項目

参照

Map クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間