Поделиться через


Свойство Group.Variables

Gets or sets a list of variables to evaluate at the group level.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property Variables As IList(Of Variable)
    Get 
    Set
'Применение
Dim instance As Group 
Dim value As IList(Of Variable)

value = instance.Variables

instance.Variables = value
public IList<Variable> Variables { get; set; }
public:
property IList<Variable^>^ Variables {
    IList<Variable^>^ get ();
    void set (IList<Variable^>^ value);
}
member Variables : IList<Variable> with get, set
function get Variables () : IList<Variable>
function set Variables (value : IList<Variable>)

Значение свойства

Тип: System.Collections.Generic.IList<Variable>
An IList<T> object.

См. также

Справочник

Group Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel