Partager via


Propriété ToolTip

Gets the tool tip to display for the data point

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ToolTip As ReportStringProperty
    Get
'Utilisation
Dim instance As ChartDataPoint
Dim value As ReportStringProperty

value = instance.ToolTip
public abstract ReportStringProperty ToolTip { get; }
public:
virtual property ReportStringProperty^ ToolTip {
    ReportStringProperty^ get () abstract;
}
abstract ToolTip : ReportStringProperty
abstract function get ToolTip () : ReportStringProperty