EnumDocumentMapAreaPosition
Specifies the positioning options for the Document Map Area within the HTML5 WebForms ReportViewer interface. Used to configure the placement of the document map navigation panel 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 DocumentMapAreaPosition
Fields
Left
Positions the Document Map Area on the left side of the report content area.
Declaration
[EnumMember(Value = "LEFT")]
Left = 0
Field Value
Remarks
Displays the document map navigation panel as a collapsible area on the left side of the HTML5 viewer interface.
Right
Positions the Document Map Area on the right side of the report content area.
Declaration
[EnumMember(Value = "RIGHT")]
Right = 1
Field Value
Remarks
Displays the document map navigation panel as a collapsible area on the right side of the HTML5 viewer interface.