Partilhar via


Classe ValidValue

Represents a possible valid value for a parameter.

Hierarquia de herança

Object
  Microsoft.Reporting.WinForms.ValidValue

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

Sintaxe

'Declaração
Public NotInheritable Class ValidValue
public sealed class ValidValue
public ref class ValidValue sealed
[<Sealed>]
type ValidValue =  class end
public final class ValidValue

O tipo ValidValue expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Label Gets a label for the valid value.
Propriedade pública Value Gets a valid value.

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Comentários

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.

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.Reporting.WinForms