EnumParametersAreaPosition
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
Bottom
Positions the Parameters Area below the report content area.
Declaration
Bottom = 3
Field Value
Remarks
Alternative horizontal positioning that displays the parameters panel as a collapsible area at the bottom of the viewer.
Left
Positions the Parameters Area on the left side of the report content area.
Declaration
Left = 1
Field Value
Remarks
Alternative side positioning that displays the parameters panel as a collapsible area on the left side of the viewer.
Right
Positions the Parameters Area on the right side of the report content area.
Declaration
Right = 0
Field Value
Remarks
Default positioning that displays the parameters panel as a collapsible area on the right side of the viewer.
Top
Positions the Parameters Area above the report content area.
Declaration
Top = 2
Field Value
Remarks
Horizontal positioning that displays the parameters panel as a collapsible area at the top of the viewer for wide screen layouts.