The ReportParameter type exposes the following members.
Properties
|
| Name | Description |
|---|
 | AllowBlank |
Gets or sets a value that indicates whether an empty string is a valid value for the parameter.
Only for parameters of TypeString.
|
 | AllowNull |
Determines if the parameter allows no value to be passed from it's
editor.
|
 | AutoRefresh |
Determines whether to trigger the report preview after changing the value for a parameter.
Applies only for visible parameters.
|
 | AvailableValues |
Gets an object that defines a set of valid values the parameter can accept from.
|
 | Mergeable |
Gets or sets a value indicating whether this parameter should be
merged with identical parameters from other reports when this report
is part of a ReportBook.
|
 | MultiValue |
Determines if the parameter can hold more then one value.
|
 | Name |
Gets or sets the name of the parameter. Used to access the parameter.
|
 | Text |
Gets or sets the text for the parameter's automatic UI displayed in the report viewer.
|
 | Type |
Gets or sets the data type of the parameter.
|
 | Value |
Gets or sets the value of the parameter. Can be an Expression that
evaluates to an object, value of the allowed types,
or [!:IEnumerable] containing values of the allowed types.
|
 | Visible |
Determines whether automatic user interface (UI) prompting for values
to be generated for the parameter.
|
See Also