ClassParameters
Class
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.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.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 parameter editors configuration that defines the types of input controls used for different parameter scenarios.
Declaration
cs-api-definition
[WebBrowsable(true)]
public Editors Editors { get; set; }
Property Value
Remarks
Configures whether parameters with available values use ListView or ComboBox editors for single and multi-select scenarios.