Enum
EditorTypes

Specifies the available parameter editor types for rendering parameter input controls in the HTML5 WebForms ReportViewer. Used to define the visual style and interaction behavior of parameter input controls.

Definition

Namespace:Telerik.ReportViewer.Html5.WebForms

Assembly:Telerik.ReportViewer.Html5.WebForms.dll

Syntax:

cs-api-definition
public enum EditorTypes

Fields

ComboBox

Displays parameter options as a dropdown combo box with expandable selection list.

Declaration

cs-api-definition
[EnumMember(Value = "COMBO_BOX")]
ComboBox = 1

Field Value

EditorTypes

Remarks

Provides a compact dropdown interface that expands to show available options when clicked.

ListView

Displays parameter options as a list view with visible items and selection indicators.

Declaration

cs-api-definition
[EnumMember(Value = "LIST_VIEW")]
ListView = 0

Field Value

EditorTypes

Remarks

Provides a list-based interface where all available options are visible and users can select from displayed items.

In this article
DefinitionFieldsComboBoxListView
Not finding the help you need?
Contact Support