Parameters
Class
Provides configuration options for parameter editors within the HTML5 WebForms ReportViewer. Used to customize the display style and interaction behavior of parameter input controls in the HTML5 viewer interface.
Definition
Namespace:Telerik.ReportViewer.Html5.WebForms
Assembly:Telerik.ReportViewer.Html5.WebForms.dll
Syntax:
C#
public class Parameters
Inheritance: objectParameters
Constructors
Initializes a new instance of the Parameters class with default settings.
C#
public Parameters()
Properties
Gets or sets the editors container that defines the parameter editor types for single and multi-select scenarios.
C#
[WebBrowsable(true)]
public EditorsContainer Editors { get; set; }
Remarks:
Configures the visual style of parameter editors for both single-select and multi-select parameter scenarios in the HTML5 viewer.