다음을 통해 공유


ActionCollection.Add(Action) 메서드

정의

Action 개체를 컬렉션에 추가합니다.

public:
 void Add(Microsoft::ReportingServices::ReportRendering::Action ^ action);
public void Add (Microsoft.ReportingServices.ReportRendering.Action action);
member this.Add : Microsoft.ReportingServices.ReportRendering.Action -> unit
Public Sub Add (action As Action)

매개 변수

action
Action

컬렉션에 추가할 Action 개체입니다.

적용 대상