EnumEditorTypes
Enum
Specifies the available parameter editor types for rendering parameter input controls in the MVC Report Viewer. Used to define the visual style and interaction behavior of parameter input controls.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.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
ComboBox = 1
Field Value
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
ListView = 0
Field Value
Remarks
Provides a list-based interface where all available options are visible and users can select from displayed items.