MapLegend.MapLegendTitle Property
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