Compartir a través de


TextRun.ToolTip Propiedad

Gets a textual tooltip label for the text run.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property ToolTip As ReportStringProperty 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering