Udostępnij przez


Właściwość Map.MapLegends

Pobiera lub ustawia kolekcja z legendami do rysowania na mapie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapLegends As IList(Of MapLegend)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.Generic.IList<MapLegend>
IList<T> Obiektu.