Метод ActionCollection.Add

Adds an Action object to the collection.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Sub Add ( _
    action As Action _
)
'Применение
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
)

Параметры

См. также

Справочник

ActionCollection Класс

Пространство имен Microsoft.ReportingServices.ReportRendering