Proprietà MapDockableSubItemInstance.ToolTip
Gets the calculated value of the ToolTip property in a MapDockableSubItem 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 MapDockableSubItemInstance
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.
Vedere anche
Riferimento
MapDockableSubItemInstance Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering