Propriété ToolTip
Gets the calculated value of the ToolTip property in a ChartLegendColumn class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ToolTip As String
Get
'Utilisation
Dim instance As ChartLegendColumnInstance
Dim value As String
value = instance.ToolTip
public string ToolTip { get; }
public:
property String^ ToolTip {
String^ get ();
}
member 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.