Enum
ParametersAreaPosition

Specifies the positioning options for the Parameters Area within the HTML5 WebForms ReportViewer interface. Used to configure the placement of the parameter input controls relative to the report content area for optimal user experience and interface layout.

Definition

Namespace:Telerik.ReportViewer.Html5.WebForms

Assembly:Telerik.ReportViewer.Html5.WebForms.dll

Syntax:

cs-api-definition
public enum ParametersAreaPosition

Fields

Bottom

Positions the Parameters Area at the bottom of the report content area.

Declaration

cs-api-definition
[EnumMember(Value = "BOTTOM")]
Bottom = 3

Field Value

ParametersAreaPosition

Remarks

Displays the parameter input controls as a horizontal panel below the HTML5 viewer interface.

Left

Positions the Parameters Area on the left side of the report content area.

Declaration

cs-api-definition
[EnumMember(Value = "LEFT")]
Left = 1

Field Value

ParametersAreaPosition

Remarks

Displays the parameter input controls as a panel on the left side of the HTML5 viewer interface.

Right

Positions the Parameters Area on the right side of the report content area.

Declaration

cs-api-definition
[EnumMember(Value = "RIGHT")]
Right = 0

Field Value

ParametersAreaPosition

Remarks

Displays the parameter input controls as a panel on the right side of the HTML5 viewer interface.

Top

Positions the Parameters Area at the top of the report content area.

Declaration

cs-api-definition
[EnumMember(Value = "TOP")]
Top = 2

Field Value

ParametersAreaPosition

Remarks

Displays the parameter input controls as a horizontal panel above the HTML5 viewer interface.

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