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 | |
---|---|---|
ReportParameter() | Instantiates a new ReportParameter. | |
ReportParameter(String) | Instantiates a new ReportParameter with a name. | |
ReportParameter(String, String) | Instantiates a new ReportParameter with a name and a value. | |
ReportParameter(String, array<String[]) | Instantiates a new multivalued ReportParameter with a name. | |
ReportParameter(String, String, Boolean) | Instantiates a new ReportParameter with a name, a value, and a visibility flag. | |
ReportParameter(String, array<String[], Boolean) | Instantiates a new ReportParameter with a name, multiple values, and a visibility flag. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets or sets the name of the parameter. | |
Values | Gets a collection of String objects containing one or more values for the parameter. | |
Visible | Determines whether the parameter can be displayed in the user interface. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
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.