다음을 통해 공유


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 네임스페이스