ActionInfo.Actions Propiedad

Definición

Las acciones para el elemento de informe.

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)

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a