次の方法で共有


ActionInfo.Actions プロパティ

レポート アイテムのアクションです。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Actions As IList(Of Action)
    Get 
    Set
'使用
Dim instance As ActionInfo 
Dim value As IList(Of Action)

value = instance.Actions

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

プロパティ値

型: System.Collections.Generic.IList<Action>
IList オブジェクト。

関連項目

参照

ActionInfo クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間