Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the tool tip to display for the data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ToolTip As ReportStringProperty
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the tool tip to display for the data point.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace