New to Telerik ReportingStart a free 30-day trial

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:

C#
public enum ParametersAreaPosition

Fields

Positions the Parameters Area below the report content area.

C#
Bottom = 3
Remarks:

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.

C#
Left = 1
Remarks:

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.

C#
Right = 0
Remarks:

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.

C#
Top = 2
Remarks:

Horizontal positioning that displays the parameters panel as a collapsible area at the top of the viewer for wide screen layouts.

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support