次の方法で共有


Map.MapLegends プロパティ

マップに描画される凡例のコレクションを取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property MapLegends As IList(Of MapLegend)
    Get 
    Set
'使用
Dim instance As Map 
Dim value As IList(Of MapLegend)

value = instance.MapLegends

instance.MapLegends = value
public IList<MapLegend> MapLegends { get; set; }
public:
property IList<MapLegend^>^ MapLegends {
    IList<MapLegend^>^ get ();
    void set (IList<MapLegend^>^ value);
}
member MapLegends : IList<MapLegend> with get, set
function get MapLegends () : IList<MapLegend>
function set MapLegends (value : IList<MapLegend>)

プロパティ値

型: System.Collections.Generic.IList<MapLegend>
IList<T> オブジェクト。

関連項目

参照

Map クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間