Class Parameters
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.
Inheritance
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public class Parameters
Remarks
Contains settings for parameter editor types that control how parameter inputs are rendered and presented to users.
Constructors
Parameters()
Initializes a new instance of the Parameters class with default settings.
Declaration
public Parameters()
Properties
Editors
Gets or sets the editors container that defines the parameter editor types for single and multi-select scenarios.
Declaration
public EditorsContainer Editors { get; set; }
Property Value
|
EditorsContainer
|
Remarks
Configures the visual style of parameter editors for both single-select and multi-select parameter scenarios in the HTML5 viewer.