ActionInfo.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The actions for the report item.
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)
Property Value
An IList<T> object.
- Attributes