Udostępnij przez


Właściwość ChartDataPoint.ToolTip

Pobiera etykietka narzędzie, aby wyświetlić punkt danych

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property ToolTip As ReportStringProperty
    Get
'Użycie
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