ActionCollection.Add(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)