ActionCollection.Add Method
Adds an Action object to the collection.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub Add ( _
action As Action _
)
'Usage
Dim instance As ActionCollection
Dim action As Action
instance.Add(action)
public void Add(
Action action
)
public:
void Add(
Action^ action
)
member Add :
action:Action -> unit
public function Add(
action : Action
)
Parameters
- action
Type: Microsoft.ReportingServices.ReportRendering.Action
The Action object to be added to the collection.