Méthode Add
Adds an Action object to the collection.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
action As Action _
)
'Utilisation
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
)
Paramètres
- action
Type : Microsoft.ReportingServices.ReportRendering. . :: . .Action
The Action object to be added to the collection.
Voir aussi