共用方式為


Map.MapLegends 屬性

Gets or sets a collection of legends to be drawn in the map.

命名空間:  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>
An IList<T> object.

請參閱

參考

Map 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間