ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grouping Class / Variables Property

In This Topic
    Variables Property
    In This Topic
    Gets a collection of the variables for grouping.
    Syntax
    'Declaration
     
    Public ReadOnly Property Variables As List(Of Variable)
    public List<Variable> Variables {get;}

    Property Value

    A collection of the Variable objects for grouping.
    See Also