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:
C#
public enum DocumentMapAreaPosition
Fields
Positions the Document Map Area on the left side of the report content area.
C#
[EnumMember(Value = "LEFT")]
Left = 0
Remarks:
Displays the document map navigation panel as a collapsible area on the left side of the HTML5 viewer interface.
Positions the Document Map Area on the right side of the report content area.
C#
[EnumMember(Value = "RIGHT")]
Right = 1
Remarks:
Displays the document map navigation panel as a collapsible area on the right side of the HTML5 viewer interface.