CompiledTextRunInstance.ToolTip Property

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 (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ToolTip As String 
    Get
'Usage
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

Property Value

Type: System.String
A string value.

See Also

Reference

CompiledTextRunInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace