ActionCollection.Add(Action) メソッド

定義

Action オブジェクトをコレクションに追加します。

public:
 void Add(Microsoft::ReportingServices::ReportRendering::Action ^ action);
public void Add(Microsoft.ReportingServices.ReportRendering.Action action);
member this.Add : Microsoft.ReportingServices.ReportRendering.Action -> unit
Public Sub Add (action As Action)

パラメーター

action
Action

コレクションに追加される Action オブジェクト。

適用対象