ChartDataPoint.ActionInfo Property

Definition

Gets the actions associated with this data point.

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

Property Value

A ActionInfo object that represents the actions associated with this data point.

Applies to