Metoda ActionCollection.Add
Dodaje akcji obiekt do kolekcja.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Sub Add ( _
action As Action _
)
'Użycie
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
)
Parametry
- action
Typ: Microsoft.ReportingServices.ReportRendering.Action
Action Obiekt ma zostać dodany do kolekcja.
Zobacz także