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


Свойство ChartDataPoint.ActionInfo

Gets the actions associated with this data point.

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property ActionInfo As ActionInfo 
    Get
'Применение
Dim instance As ChartDataPoint 
Dim value As ActionInfo 

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions associated with this data point.

См. также

Справочник

ChartDataPoint Класс

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