Свойство GaugePointer.ToolTip
Gets or sets the tool tip text for the pointer.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ToolTip As ReportExpression
Get
Set
'Применение
Dim instance As GaugePointer
Dim value As ReportExpression
value = instance.ToolTip
instance.ToolTip = value
public ReportExpression ToolTip { get; set; }
public:
property ReportExpression ToolTip {
ReportExpression get ();
void set (ReportExpression value);
}
member ToolTip : ReportExpression with get, set
function get ToolTip () : ReportExpression
function set ToolTip (value : ReportExpression)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The tool tip text for the pointer.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel