Partilhar via


Classe ReportParameter

Represents a parameter for a report.

Hierarquia de herança

Object
  Microsoft.Reporting.WinForms.ReportParameter

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

Sintaxe

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

O tipo ReportParameter expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ReportParameter() Instantiates a new ReportParameter.
Método público ReportParameter(String) Instantiates a new ReportParameter with a name.
Método público ReportParameter(String, String) Instantiates a new ReportParameter with a name and a value.
Método público ReportParameter(String, array<String[]) Instantiates a new multivalued ReportParameter with a name.
Método público ReportParameter(String, String, Boolean) Instantiates a new ReportParameter with a name, a value, and a visibility flag.
Método público ReportParameter(String, array<String[], Boolean) Instantiates a new ReportParameter with a name, multiple values, and a visibility flag.

Superior

Propriedades

  Nome Descrição
Propriedade pública Name Gets or sets the name of the parameter.
Propriedade pública Values Gets a collection of String objects containing one or more values for the parameter.
Propriedade pública Visible Determines whether the parameter can be displayed in the user interface.

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

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