Class Editors
Provides configuration options for parameter editor types used in the MVC Report Viewer. Used to specify which input control types should be used for single-select and multi-select parameter scenarios.
Inheritance
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public class Editors
Remarks
Controls the visual appearance and interaction behavior of parameter input controls based on parameter configuration.
Constructors
Editors()
Declaration
public Editors()
Properties
MultiSelect
Gets or sets the editor type used for parameters that have available values and allow multiple selections.
Declaration
public EditorTypes MultiSelect { get; set; }
Property Value
|
EditorTypes
|
Remarks
Determines whether multi-select parameters with predefined values use ListView or ComboBox input controls.
SingleSelect
Gets or sets the editor type used for parameters that have available values and allow only single selection.
Declaration
public EditorTypes SingleSelect { get; set; }
Property Value
|
EditorTypes
|
Remarks
Determines whether single-select parameters with predefined values use ListView or ComboBox input controls.