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

In This Topic
    Variables Property
    In This Topic
    Specifies the list of variables.
    Syntax
    'Declaration
     
    Public ReadOnly Property Variables As List(Of Variable)
    public List<Variable> Variables {get;}
    See Also