Represents a possible valid value for a parameter.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class ValidValue
Dim instance As ValidValue
public sealed class ValidValue
public ref class ValidValue sealed
public final class ValidValue
public final class ValidValue

Remarks
ValidValue is used by the ReportParameterInfo and ParameterState classes.
You can use the ValidValue class to display the possible valid values of a parameter in a user interface.

Inheritance Hierarchy

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also