ActionInfo.Actions Propriedade

Definição

As ações para o item de relatório.

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 da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a