The ReportParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllowBlank | Indicates whether an empty string is a valid value for the parameter. |
![]() | DefaultValues | Gets or sets the default values of the parameter. |
![]() | Dependencies | Gets or sets a list of parameters which values are used to retrieve additional parameter values in a query. |
![]() | MultiValue | Indicates if the parameter can be a multivalue parameter. |
![]() | Name | Gets or sets the name of the parameter. |
![]() | Nullable | Indicates whether the value of the parameter can be null. |
![]() | Prompt | Gets or sets the text that prompts the user to provide parameter values. |
![]() | PromptUser | Indicates if the user is prompted for the value of the parameter. |
![]() | State | Describes the state (ParameterStateEnum) of the parameter. |
![]() | Type | The data type (ParameterTypeEnum) of the parameter. |
![]() | ValidValues | The available valid values for a parameter. |