Parameters
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:
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 parameter editors configuration that defines the types of input controls used for different parameter scenarios.
C#
[WebBrowsable(true)]
public Editors Editors { get; set; }
Remarks:
Configures whether parameters with available values use ListView or ComboBox editors for single and multi-select scenarios.