Report.Variables Property

Definition

Gets or sets the variables defined for the report as a whole.

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)

Property Value

The variables defined for the report as a whole.

Attributes

Applies to