Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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