ActionCollection.Add(Action) Method

Definition

Adds an Action object to the collection.

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)

Parameters

action
Action

The Action object to be added to the collection.

Applies to