Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a list of variables to evaluate at the group level.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Variables As IList(Of Variable)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<Variable>
An IList<T> object.