Share via


ActionInfo.Actions 속성

Represents the set of actions.

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

구문

‘선언
Public Property Actions As ActionCollection 
    Get 
    Set
‘사용 방법
Dim instance As ActionInfo 
Dim value As ActionCollection 

value = instance.Actions

instance.Actions = value
public ActionCollection Actions { get; set; }
public:
property ActionCollection^ Actions {
    ActionCollection^ get ();
    void set (ActionCollection^ value);
}
member Actions : ActionCollection with get, set
function get Actions () : ActionCollection 
function set Actions (value : ActionCollection)

속성 값

유형: Microsoft.ReportingServices.ReportRendering.ActionCollection
An ActionCollection object.

참고 항목

참조

ActionInfo 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스