Group.Variables Propiedad

Definición

Obtiene o establece una lista de variables que se deben evaluar en el nivel de grupo.

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

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a