ValidValue Class
Represents a possible valid value for a parameter.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public NotInheritable Class ValidValue
'Usage
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
System.Object
Microsoft.Reporting.WebForms.ValidValue
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.