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 命名空间