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 オブジェクトです。

適用対象