Propriété ToolTip
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property ToolTip As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string value that represents the calculated value of the ToolTip property.
Voir aussi