EnumParametersAreaPosition
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:
public enum ParametersAreaPosition
Fields
Bottom
Positions the Parameters Area at the bottom of the report content area.
Declaration
[EnumMember(Value = "BOTTOM")]
Bottom = 3
Field Value
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
[EnumMember(Value = "LEFT")]
Left = 1
Field Value
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
[EnumMember(Value = "RIGHT")]
Right = 0
Field Value
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
[EnumMember(Value = "TOP")]
Top = 2
Field Value
Remarks
Displays the parameter input controls as a horizontal panel above the HTML5 viewer interface.