ReportParameterInfo.ValidValues Property

 

Gets the available valid values for the parameter. Read-only.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public IList<ValidValue> ValidValues { get; }
public:
property IList<ValidValue^>^ ValidValues {
    IList<ValidValue^>^ get();
}
member ValidValues : IList<ValidValue> with get
Public ReadOnly Property ValidValues As IList(Of ValidValue)

Property Value

Type: System.Collections.Generic.IList<ValidValue>

A read-only array of ValidValue objects.

Remarks

You can display the valid values of a parameter to the user in a user interface.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top