表示可能有效的参数值。
继承层次结构
System.Object
  Microsoft.Reporting.WinForms.ValidValue
命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public NotInheritable Class ValidValue
用法
Dim instance As ValidValue
public sealed class ValidValue
public ref class ValidValue sealed
[<SealedAttribute>]
type ValidValue =  class end
public final class ValidValue
ValidValue 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Label | 获取有效值的标签。 | 
| .gif) | Value | 获取有效值。 | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Equals | (从 Object 继承。) | 
| .gif) | Finalize | (从 Object 继承。) | 
| .gif) | GetHashCode | (从 Object 继承。) | 
| .gif) | GetType | (从 Object 继承。) | 
| .gif) | MemberwiseClone | (从 Object 继承。) | 
| .gif) | ToString | (从 Object 继承。) | 
页首
注释
ValidValue 由 ReportParameterInfo 和 ParameterState 类使用。
您可以使用 ValidValue 类在用户界面中显示可能有效的参数值。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。