Udostępnij za pośrednictwem


Klasa ReportParameter

Represents a parameter for a report.

Hierarchia dziedziczenia

Object
  Microsoft.Reporting.WebForms.ReportParameter

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<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

Typ ReportParameter uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda publiczna ReportParameter() Instantiates a new ReportParameter.
Metoda publiczna ReportParameter(String) Instantiates a new ReportParameter with a name.
Metoda publiczna ReportParameter(String, String) Instantiates a new ReportParameter with a name and a value.
Metoda publiczna ReportParameter(String, array<String[]) Instantiates a new multivalued ReportParameter with a name.
Metoda publiczna ReportParameter(String, String, Boolean) Instantiates a new ReportParameter with a name, a value, and a visibility flag.
Metoda publiczna ReportParameter(String, array<String[], Boolean) Instantiates a new ReportParameter with a name, multiple values, and a visibility flag.

Początek

Właściwości

  Nazwa Opis
Właściwość publiczna Name Gets or sets the name of the parameter.
Właściwość publiczna Values Gets a collection of string objects containing one or more values for the parameter.
Właściwość publiczna Visible Determines whether the parameter can be displayed in the user interface.

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms