Represents a report parameter.
The following tables list the members exposed by the ReportParameter type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| ReportParameter | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | AllowBlank | Indicates whether an empty string is a valid value for the parameter. Read-only. | 
| .gif) | AllowBlankSpecified | Indicates that the AllowBlank property has been specified. | 
| .gif) | DefaultValues | Gets or sets the default values of the parameter. | 
| .gif) | DefaultValuesQueryBased | Indicates whether the default values of the parameter are based on a query. Boolean. Read-only. | 
| .gif) | DefaultValuesQueryBasedSpecified | Indicates whether the DefaultValuesQueryBased property has been specified. | 
| .gif) | Dependencies | Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query. | 
| .gif) | ErrorMessage | An error message, returned when the parameter has failed validation. | 
| .gif) | MultiValue | Indicates whether the parameter can be a multivalue parameter. | 
| .gif) | MultiValueSpecified | Indicates whether the MultiValue property has been specified. | 
| .gif) | Name | Gets or sets the name of the parameter. | 
| .gif) | Nullable | Indicates whether the value of the parameter can be null. | 
| .gif) | NullableSpecified | Indicates whether the Nullable property has been specified. | 
| .gif) | Prompt | Gets or sets the text that prompts the user to provide parameter values. | 
| .gif) | PromptUser | Indicates whether the user is prompted for the value of the parameter. | 
| .gif) | PromptUserSpecified | Indicates whether a value for the PromptUser property is specified. | 
| .gif) | QueryParameter | Indicates whether the parameter is used in a query to an external data source. | 
| .gif) | QueryParameterSpecified | Indicates whether the ReportParameter property has been specified. | 
| .gif) | State | Describes the state (ParameterStateEnum) of the parameter. | 
| .gif) | StateSpecified | Indicates whether the State property has been specified. | 
| .gif) | Type | The data type (ParameterTypeEnum) of the parameter. | 
| .gif) | TypeSpecified | Indicates whether the Type property has been specified. | 
| .gif) | ValidValues | The available valid values for the parameter. Read-only. | 
| .gif) | ValidValuesQueryBased | Indicates whether the parameter's valid values are based on a query. Read-only. | 
| .gif) | ValidValuesQueryBasedSpecified | Indicates whether the ValidValuesQueryBased property has been specified. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
ReportParameter Class
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace