| ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Contracts.Descriptions Namespace : ReportParameterDescription Class |
The following tables list the members exposed by ReportParameterDescription.
| Name | Description | |
|---|---|---|
![]() | ReportParameterDescription Constructor |
| Name | Description | |
|---|---|---|
![]() | AllowBlank | Gets or sets a value indicating whether the value for this parameter is allowed to be an empty string. |
![]() | DataType | Gets or sets the data type of the parameter. |
![]() | DefaultValues | Gets or sets a default values for this parameter. |
![]() | Hidden | Gets or sets a value indicating whether this parameter should be visible to the end user. |
![]() | MultiValue | Gets or sets a value indicating whether mutltiple values for this parameter are allowed. |
![]() | Name | Gets or sets parameter name. |
![]() | Nullable | Gets or sets a value indicating whether the value for this parameter is allowed to be null. |
![]() | Prompt | Gets or sets parameter prompt. |