Свойство ToolTip

Gets the calculated value of the ToolTip property in a ReportItem class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Property ToolTip As String
    Get
    Set
'Применение
Dim instance As ReportItemInstance
Dim value As String

value = instance.ToolTip

instance.ToolTip = value
public string ToolTip { get; set; }
public:
property String^ ToolTip {
    String^ get ();
    void set (String^ value);
}
member ToolTip : string with get, set
function get ToolTip () : String
function set ToolTip (value : String)

Значение свойства

Тип System. . :: . .String
A string value that represents the calculated value of the ToolTip property.