ClassEditors
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.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
public class Editors
Inheritance: objectEditors
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
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
Remarks
Determines whether single-select parameters with predefined values use ListView or ComboBox input controls.