共用方式為


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 命名空間