ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / Parameter Class / Values Property

In This Topic
    Values Property (Parameter)
    In This Topic
    Gets or sets the values for the parameter.
    Syntax
    'Declaration
     
    Public Property Values As String()
    public string[] Values {get; set;}

    Property Value

    An array of System.String that represent the values assigned to the parameter.
    See Also