Map.MapLegends Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLegendCollection
A MapLegendCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace