Condividi tramite


Proprietà Map.MapLegends

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapLegends As MapLegendCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Map Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering