Propriedade do RDL TextRun.ToolTip
Gets a textual tooltip label for the text run.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering