Enum
ParametersAreaPosition

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:

cs-api-definition
public enum ParametersAreaPosition

Fields

Bottom

Positions the Parameters Area below the report content area.

Declaration

cs-api-definition
Bottom = 3

Field Value

ParametersAreaPosition

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

cs-api-definition
Left = 1

Field Value

ParametersAreaPosition

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

cs-api-definition
Right = 0

Field Value

ParametersAreaPosition

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

cs-api-definition
Top = 2

Field Value

ParametersAreaPosition

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