Condividi tramite


Proprietà ToolTip

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

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ToolTip As String
    Get
'Utilizzo
Dim instance As ChartTitleInstance
Dim value As String

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

Valore proprietà

Tipo: System. . :: . .String
A string value that represents the calculated value of the ToolTip property.