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
ms165972.pubproperty(en-US,SQL.90).gif AllowBlank Indicates whether an empty string is a valid value for the parameter.
ms165972.pubproperty(en-US,SQL.90).gif AllowBlankSpecified  
ms165972.pubproperty(en-US,SQL.90).gif DefaultValues Gets or sets the default value of the parameter.
ms165972.pubproperty(en-US,SQL.90).gif DefaultValuesQueryBased Indicates whether the default values of the parameter are based on a query.
ms165972.pubproperty(en-US,SQL.90).gif DefaultValuesQueryBasedSpecified  
ms165972.pubproperty(en-US,SQL.90).gif Dependencies A list of parameters whose values are used to retrieve additional parameter values in a query.
ms165972.pubproperty(en-US,SQL.90).gif ErrorMessage The error message returned when a parameter value has failed validation.
ms165972.pubproperty(en-US,SQL.90).gif MultiValue Indicates whether the parameter is a multi-valued parameter.
ms165972.pubproperty(en-US,SQL.90).gif MultiValueSpecified  
ms165972.pubproperty(en-US,SQL.90).gif Name Gets or sets the name of the parameter.
ms165972.pubproperty(en-US,SQL.90).gif Nullable Indicates whether the value of the parameter can be null.
ms165972.pubproperty(en-US,SQL.90).gif NullableSpecified  
ms165972.pubproperty(en-US,SQL.90).gif Prompt Gets or sets the text that prompts the user for parameter values.
ms165972.pubproperty(en-US,SQL.90).gif PromptUser Indicates whether the user is prompted for the value of the parameter.
ms165972.pubproperty(en-US,SQL.90).gif PromptUserSpecified  
ms165972.pubproperty(en-US,SQL.90).gif QueryParameter Indicates whether the parameter is used in a query.
ms165972.pubproperty(en-US,SQL.90).gif QueryParameterSpecified  
ms165972.pubproperty(en-US,SQL.90).gif State Describes the state (ParameterStateEnum) of the parameter.
ms165972.pubproperty(en-US,SQL.90).gif StateSpecified  
ms165972.pubproperty(en-US,SQL.90).gif Type Gets or sets the data type (ParameterTypeEnum enumeration) of the parameter.
ms165972.pubproperty(en-US,SQL.90).gif TypeSpecified  
ms165972.pubproperty(en-US,SQL.90).gif ValidValues The available ValidValue objects for the parameter.
ms165972.pubproperty(en-US,SQL.90).gif ValidValuesQueryBased Indicates whether the parameter's valid values are based on a query.
ms165972.pubproperty(en-US,SQL.90).gif ValidValuesQueryBasedSpecified  

Top

Public Methods

(see also Protected Methods )

  Name Description
ms165972.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms165972.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms165972.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms165972.pubmethod(en-US,SQL.90).gifms165972.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms165972.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms165972.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms165972.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ReportParameter Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace

Other Resources

Setting Parameter Properties for a Published Report