Compartilhar via


Propriedade do RDL TextRunInstance.ToolTip

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property ToolTip As String 
    Get
'Uso
Dim instance As TextRunInstance 
Dim value As String 

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

Valor da propriedade

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

Consulte também

Referência

TextRunInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering