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 title for the map legend.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapLegendTitle As MapLegendTitle
Get
'Usage
Dim instance As MapLegend
Dim value As MapLegendTitle
value = instance.MapLegendTitle
public MapLegendTitle MapLegendTitle { get; }
public:
property MapLegendTitle^ MapLegendTitle {
MapLegendTitle^ get ();
}
member MapLegendTitle : MapLegendTitle
function get MapLegendTitle () : MapLegendTitle
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLegendTitle
A MapLegendTitle object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace