Share via


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 네임스페이스