ClassParameters
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:
cs-api-definition
public class Parameters
Inheritance: objectParameters
Constructors
Parameters()
Initializes a new instance of the Parameters class with default settings.
Declaration
cs-api-definition
public Parameters()
Properties
Editors
Gets or sets the editors container that defines the parameter editor types for single and multi-select scenarios.
Declaration
cs-api-definition
[WebBrowsable(true)]
public EditorsContainer Editors { get; set; }
Property Value
Remarks
Configures the visual style of parameter editors for both single-select and multi-select parameter scenarios in the HTML5 viewer.