다음을 통해 공유


Add 메서드

Adds an Action object to the collection.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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
)

매개 변수