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 | |
---|---|---|
![]() |
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. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
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. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
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.