次の方法で共有


ActionInfo.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
ActionCollection オブジェクトです。

関連項目

参照

ActionInfo クラス

Microsoft.ReportingServices.ReportRendering 名前空間