ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterDescriptor Class / ValidValues Property

In This Topic
    ValidValues Property (ParameterDescriptor)
    In This Topic
    Gets or sets the valid values for the parameter.
    Syntax
    'Declaration
     
    Public Property ValidValues As ParameterValue
    public ParameterValue ValidValues {get; set;}

    Property Value

    A ParameterValue that contains all allowable values that this parameter can accept.
    See Also