ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / Parameter Class / ValidValues Property

In This Topic
    ValidValues Property (Parameter)
    In This Topic
    The ordered list of possible values for this parameter.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValidValues As ParameterValueCollection
    public ParameterValueCollection ValidValues {get;}
    Remarks
    Can be used for populating UI selection lists for users to select a parameter value.
    See Also