ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ParametersViewModel Class / Params Property

In This Topic
    Params Property
    In This Topic
    Gets the parameters list.
    Syntax
    'Declaration
     
    Public ReadOnly Property Params As IList(Of ParameterViewModel)
    public IList<ParameterViewModel> Params {get;}
    See Also