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.

Definition

Namespace:Telerik.ReportViewer.Mvc

Assembly:Telerik.ReportViewer.Mvc.dll

Syntax:

cs-api-definition
public class Editors

Inheritance: objectEditors

Constructors

Editors()

Declaration

cs-api-definition
public Editors()

Properties

MultiSelect

Gets or sets the editor type used for parameters that have available values and allow multiple selections.

Declaration

cs-api-definition
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

cs-api-definition
public EditorTypes SingleSelect { get; set; }

Property Value

EditorTypes

Remarks

Determines whether single-select parameters with predefined values use ListView or ComboBox input controls.