MapColorScale.MapColorScaleTitle Property
Gets a title for a map color scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapColorScaleTitle As MapColorScaleTitle
Get
'Usage
Dim instance As MapColorScale
Dim value As MapColorScaleTitle
value = instance.MapColorScaleTitle
public MapColorScaleTitle MapColorScaleTitle { get; }
public:
property MapColorScaleTitle^ MapColorScaleTitle {
MapColorScaleTitle^ get ();
}
member MapColorScaleTitle : MapColorScaleTitle
function get MapColorScaleTitle () : MapColorScaleTitle
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapColorScaleTitle
A MapColorScaleTitle object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace