Progress® Telerik® Reporting R1 2021
ParameterEditors Class
Represents a class that provides a way to initialize the parameter editors of the report viewer.
Inheritance Hierarchy
SystemObject
Telerik.ReportViewer.Html5.WebFormsParameterEditors
Namespace:
Telerik.ReportViewer.Html5.WebFormsTelerik.ReportViewer.Html5.WebFormsParameterEditors
Assembly: Telerik.ReportViewer.Html5.WebForms (in Telerik.ReportViewer.Html5.WebForms.dll)
Syntax
The ParameterEditors type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ParameterEditors |
The default constructor.
|
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.
|
Version Information
Supported in: 1.0.1