Enum
DocumentMapAreaPosition

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:

cs-api-definition
public enum DocumentMapAreaPosition

Fields

Left

Positions the Document Map Area on the left side of the report content area.

Declaration

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

Field Value

DocumentMapAreaPosition

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

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

Field Value

DocumentMapAreaPosition

Remarks

Displays the document map navigation panel as a collapsible area on the right side of the HTML5 viewer interface.

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