Specifies the positioning options for the Parameters Area within the MVC Report Viewer interface. Used to configure the placement of the parameters panel relative to the report content area for optimal user experience and interface layout.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
public enum ParametersAreaPosition
Fields
Positions the Parameters Area below the report content area.
Bottom = 3
Alternative horizontal positioning that displays the parameters panel as a collapsible area at the bottom of the viewer.
Positions the Parameters Area on the left side of the report content area.
Left = 1
Alternative side positioning that displays the parameters panel as a collapsible area on the left side of the viewer.
Positions the Parameters Area on the right side of the report content area.
Right = 0
Default positioning that displays the parameters panel as a collapsible area on the right side of the viewer.
Positions the Parameters Area above the report content area.
Top = 2
Horizontal positioning that displays the parameters panel as a collapsible area at the top of the viewer for wide screen layouts.