ReportParameter Members
Contains information about a report parameter. This class cannot be inherited.
The following tables list the members exposed by the ReportParameter type.
Public Properties
Nom | Description | |
---|---|---|
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 null. | |
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. |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Voir aussi
Référence
ReportParameter Class
Microsoft.ReportingServices.ReportRendering Namespace