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.
Inheritance
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public class EditorsContainer
Remarks
Controls the editor type selection for parameters with available values in the HTML5 viewer interface.
Constructors
EditorsContainer()
Declaration
public EditorsContainer()
Properties
MultiSelect
Gets or sets the editor type used for multi-select parameter scenarios.
Declaration
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
public EditorTypes SingleSelect { get; set; }
Property Value
|
EditorTypes
|
Remarks
Determines the visual style for parameters that allow only single value selection from available options.