Поделиться через


Свойство ChartDataPoint.ToolTip

Gets the tool tip to display for the data point.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property ToolTip As ReportStringProperty 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the tool tip to display for the data point.

См. также

Справочник

ChartDataPoint Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering