Group.Variables 属性

定义

获取或设置要在组级别计算的一组变量。

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)

属性值

一个 IList<T> 对象。

属性

适用于