Progress® Telerik® Reporting R1 2021
ParameterEditors Properties
The ParameterEditors type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BooleanEditor |
Attach the parameter editor that will handle Boolean parameters.
|
![]() | CustomEditors |
Attach parameter editors that can handle custom scenarios.
For example MultiValue parameter of DateTime type.
Custom editors are added before all other editors, in the specified order.
|
![]() | DateTimeEditor |
Attach the parameter editor that will handle DateTime parameters.
|
![]() | DefaultEditor |
Attach the parameter editor that will handle non defined parameters.
|
![]() | MultiSelectEditor |
Attach the parameter editor that will handle parameters that have provided AvailableValues and MultiValue set to true.
|
![]() | MultiValueEditor |
Attach the parameter editor that will handle parameters that have MultiValue set to true but have not provided AvailableValues.
|
![]() | NumberEditor |
Attach the parameter editor that will handle Numeric parameters.
|
![]() | SingleSelectEditor |
Attach the parameter editor that will handle parameters that have provided AvailableValues and MultiValue set to false.
|
![]() | StringEditor |
Attach the parameter editor that will handle String parameters.
|