ClassEditorsContainer
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:
public class EditorsContainer
Inheritance: objectEditorsContainer
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
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
Remarks
Determines the visual style for parameters that allow only single value selection from available options.