The ReportParameter type exposes the following members.

Constructors

  NameDescription
ReportParameter
Initializes a new instance of the ReportParameter class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also