Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a collection of legends to be drawn in the map.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property MapLegends As IList(Of MapLegend)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<MapLegend>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel