ReportParameter Class
Updated: February 25, 2016
Contains information about a parameter to the report.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | AllowBlank | Gets a value that indicates whether the value for this parameter is allowed to be the empty string. |
![]() | DataType | Gets the data type of the parameter |
![]() | Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() | MultiValue | Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values). |
![]() | Name | Gets the name of the report parameter. |
![]() | Nullable | Gets a value that indicates whether the value for this parameter is allowed to be Null. |
![]() | Prompt | Gets an expression that evaluates to the user prompt to display when asking for parameter values. |
![]() | UsedInQuery | Gets a value that indicates whether or not the parameter is used in a query in the report. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

