Proprietà TextRun.ToolTip
Gets a textual tooltip label for the text run.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property ToolTip As ReportStringProperty
Get
'Utilizzo
Dim instance As TextRun
Dim value As ReportStringProperty
value = instance.ToolTip
public virtual ReportStringProperty ToolTip { get; }
public:
virtual property ReportStringProperty^ ToolTip {
ReportStringProperty^ get ();
}
abstract ToolTip : ReportStringProperty
override ToolTip : ReportStringProperty
function get ToolTip () : ReportStringProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering