ReportParameter Members
Represents a report parameter.
The following tables list the members exposed by the ReportParameter type.
Public Constructors
Name | Description | |
---|---|---|
ReportParameter |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
AllowBlank | Indicates whether an empty string is a valid value for the parameter. |
![]() |
AllowBlankSpecified | |
![]() |
DefaultValues | Gets or sets the default value of the parameter. |
![]() |
DefaultValuesQueryBased | Indicates whether the default values of the parameter are based on a query. |
![]() |
DefaultValuesQueryBasedSpecified | |
![]() |
Dependencies | A list of parameters whose values are used to retrieve additional parameter values in a query. |
![]() |
ErrorMessage | The error message returned when a parameter value has failed validation. |
![]() |
MultiValue | Indicates whether the parameter is a multi-valued parameter. |
![]() |
MultiValueSpecified | |
![]() |
Name | Gets or sets the name of the parameter. |
![]() |
Nullable | Indicates whether the value of the parameter can be null. |
![]() |
NullableSpecified | |
![]() |
Prompt | Gets or sets the text that prompts the user for parameter values. |
![]() |
PromptUser | Indicates whether the user is prompted for the value of the parameter. |
![]() |
PromptUserSpecified | |
![]() |
QueryParameter | Indicates whether the parameter is used in a query. |
![]() |
QueryParameterSpecified | |
![]() |
State | Describes the state (ParameterStateEnum) of the parameter. |
![]() |
StateSpecified | |
![]() |
Type | Gets or sets the data type (ParameterTypeEnum enumeration) of the parameter. |
![]() |
TypeSpecified | |
![]() |
ValidValues | The available ValidValue objects for the parameter. |
![]() |
ValidValuesQueryBased | Indicates whether the parameter's valid values are based on a query. |
![]() |
ValidValuesQueryBasedSpecified |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
ReportParameter Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace