Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains information about a report parameter. This class cannot be inherited.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.ReportRendering.ReportParameter
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ReportParameter
'Usage
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter = class end
public final class ReportParameter
Der ReportParameter-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AllowBlank | Indicates whether the value of the parameter can be blank. |
![]() |
DataType | Gets the data type of the parameter. |
![]() |
MultiValue | Gets a Boolean value indicating whether this is a multivalue report parameter. |
![]() |
Name | Gets the name of the parameter. |
![]() |
Nullable | Gets a Boolean value indicating whether the value of the parameter can be nullein NULL-Verweis (Nothing in Visual Basic). |
![]() |
Prompt | Gets the message to display to a user when asking for parameter values. |
![]() |
UsedInQuery | Indicates whether the parameter is used in a query. |
![]() |
Value | Gets the value of the parameter. |
![]() |
Values | Gets the values of a multivalued report parameter. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Parameters are passed in the order displayed in the user interface (UI).
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)