Class
EditorsContainer

Provides configuration container for parameter editor types used in single-select and multi-select scenarios within the HTML5 WebForms ReportViewer. Used to specify the visual presentation style for different parameter selection scenarios.

Definition

Namespace:Telerik.ReportViewer.Html5.WebForms

Assembly:Telerik.ReportViewer.Html5.WebForms.dll

Syntax:

cs-api-definition
public class EditorsContainer

Inheritance: objectEditorsContainer

Constructors

EditorsContainer()

Declaration

cs-api-definition
public EditorsContainer()

Properties

MultiSelect

Gets or sets the editor type used for multi-select parameter scenarios.

Declaration

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

Property Value

EditorTypes

Remarks

Determines the visual style for parameters that allow multiple value selection from available options.

SingleSelect

Gets or sets the editor type used for single-select parameter scenarios.

Declaration

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

Property Value

EditorTypes

Remarks

Determines the visual style for parameters that allow only single value selection from available options.