ChartDataPoint.ActionInfo 属性

定义

获取与此数据点关联的操作。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ActionInfo ^ ActionInfo { Microsoft::ReportingServices::OnDemandReportRendering::ActionInfo ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo ActionInfo { get; }
member this.ActionInfo : Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
Public MustOverride ReadOnly Property ActionInfo As ActionInfo

属性值

一个 ActionInfo 对象,该对象表示与此数据点关联的操作。

适用于