GaugeScale.ToolTip 属性
Tool tip text for the scale.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property ToolTip As ReportStringProperty
Get
用法
Dim instance As GaugeScale
Dim value As ReportStringProperty
value = instance.ToolTip
public ReportStringProperty ToolTip { get; }
public:
property ReportStringProperty^ ToolTip {
ReportStringProperty^ get ();
}
member ToolTip : ReportStringProperty
function get ToolTip () : ReportStringProperty