MapColorScale.MapColorScaleTitle 属性

Gets a title for a map color scale.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapColorScaleTitle As MapColorScaleTitle 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapColorScaleTitle
A MapColorScaleTitle object.

请参阅

参考

MapColorScale 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间