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 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