Partager via


Propriété MapLegends

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapLegends As IList(Of MapLegend)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'MapLegend> ) > ) >
An IList<(Of <(<'T>)>)> object.