Freigeben über


Map.MapLegends-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

Map Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace