ValidValue Class

 

Represents a possible valid value for a parameter.

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

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.ValidValue

Syntax

public sealed class ValidValue
public ref class ValidValue sealed 
[<Sealed>]
type ValidValue = class end
Public NotInheritable Class ValidValue

Properties

Name Description
System_CAPS_pubproperty Label

Gets a label for the valid value.

System_CAPS_pubproperty Value

Gets a valid value.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

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

Microsoft.Reporting.WinForms Namespace

Return to top