ReportParameter Class
Updated: February 25, 2016
Contains information about a report parameter. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Parameters are passed in the order displayed in the user interface (UI).
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

