EditorsContainer
Class
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:
C#
public class EditorsContainer
Inheritance: objectEditorsContainer
Constructors
C#
public EditorsContainer()
Properties
Gets or sets the editor type used for multi-select parameter scenarios.
C#
public EditorTypes MultiSelect { get; set; }
Remarks:
Determines the visual style for parameters that allow multiple value selection from available options.
Gets or sets the editor type used for single-select parameter scenarios.
C#
public EditorTypes SingleSelect { get; set; }
Remarks:
Determines the visual style for parameters that allow only single value selection from available options.