Class Parameters
Provides configuration options for report parameters display and behavior within the MVC Report Viewer. Used to customize how parameter input controls are rendered and how users interact with report parameters.
Inheritance
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public class Parameters
Remarks
Contains editor configuration settings that control the appearance and functionality of parameter input controls.
Constructors
Parameters()
Initializes a new instance of the Parameters class with default settings.
Declaration
public Parameters()
Properties
Editors
Gets or sets the parameter editors configuration that defines the types of input controls used for different parameter scenarios.
Declaration
public Editors Editors { get; set; }
Property Value
|
Editors
|
Remarks
Configures whether parameters with available values use ListView or ComboBox editors for single and multi-select scenarios.