ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidValues Class
Members

In This Topic
    ValidValues Class
    In This Topic
    The possible values for the parameter. This is used to populate UI selection lists from which users can select a parameter value.
    Object Model
    ValidValues Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ValidValues 
       Implements IValidateable 
    public sealed class ValidValues : IValidateable  
    Remarks

    A ValidValues object must have one and only one of the following properties set: DataSetReference or ParameterValues.

    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.ValidValues

    See Also