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要添加到集合中的对象。

适用于