Propriedade do RDL ToolTip
Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property ToolTip As String
Get
'Uso
Dim instance As CompiledTextRunInstance
Dim value As String
value = instance.ToolTip
public override string ToolTip { get; }
public:
virtual property String^ ToolTip {
String^ get () override;
}
abstract ToolTip : string
override ToolTip : string
override function get ToolTip () : String
Valor da propriedade
Tipo: System. . :: . .String
A string value.
Consulte também