Partilhar via


Propriedade do RDL Map.MapLegends

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MapLegends As MapLegendCollection 
    Get
'Uso
Dim instance As Map 
Dim value As MapLegendCollection 

value = instance.MapLegends
public MapLegendCollection MapLegends { get; }
public:
property MapLegendCollection^ MapLegends {
    MapLegendCollection^ get ();
}
member MapLegends : MapLegendCollection
function get MapLegends () : MapLegendCollection

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLegendCollection
A MapLegendCollection object.

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering