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

In This Topic
    DefinesValidValues Property (Parameter)
    In This Topic
    Gets whether this parameter has valid values defined in the report definition.
    Syntax
    'Declaration
     
    Public ReadOnly Property DefinesValidValues As Boolean
    public bool DefinesValidValues {get;}
    Remarks
    Can be used to determine if a selection list is needed when populating UI.
    See Also