Progress® Telerik® Reporting R1 2021
Parameter Properties
The Parameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllowBlank |
Determines if the parameter allows an empty string to be passed. Only for parameters of type string.
(Inherited from Parameter.) |
![]() | AllowNull |
Determines if the parameter allows no value to be passed from it's editor.
(Inherited from Parameter.) |
![]() | AutoRefresh |
Determines whether the report viewer should auto-update the report
when the parameter value is changed.
(Inherited from Parameter.) |
![]() | AvailableValues |
Gets or sets the list of the available values for the current parameter.
(Inherited from Parameter.) |
![]() | ChildParameters |
Gets or sets IDs of all parameters that depend on the current parameter.
(Inherited from Parameter.) |
![]() | HasChildParameters |
Gets a value indicating whether other parameters depend on the current parameter.
(Inherited from Parameter.) |
![]() | ID |
Gets or sets the ID of the parameter.
(Inherited from Parameter.) |
![]() | IsVisible |
Determines if the parameter should be displayed in the report viewer.
(Inherited from Parameter.) |
![]() | Label |
Gets the label of the parameter. Returns a string that contains the label
of the current parameter's Value or an array of strings that contains
the labels of all values when multivalue parameter.
(Inherited from Parameter.) |
![]() | Multivalue |
Determines if the parameter can hold more then one value.
(Inherited from Parameter.) |
![]() | Name |
Gets or sets the Name of the parameters
(Inherited from Parameter.) |
![]() | Text |
Gets or sets the text for the parameter to be displayed in the report viewer.
(Inherited from Parameter.) |
![]() | Type |
Gets or sets the type of the parameter.
(Inherited from Parameter.) |
![]() | Value |
Gets or sets the value of the parameter.
(Inherited from Parameter.) |