ActionInfo.Actions プロパティ

定義

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

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Action ^> ^ Actions { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Action ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Action ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Action>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Action> Actions { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Action>))>]
member this.Actions : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Action> with get, set
Public Property Actions As IList(Of Action)

プロパティ値

IList<T> オブジェクト。

属性

適用対象