Specifies the positioning options for the Document Map Area within the MVC Report Viewer interface. Used to configure the placement of the document map navigation panel relative to the report content area.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
C#
public enum DocumentMapAreaPosition
Fields
Positions the Document Map Area on the left side of the report content area.
C#
Left = 0
Remarks:
Default positioning that displays the document map as a collapsible panel on the left side of the viewer.
Positions the Document Map Area on the right side of the report content area.
C#
Right = 1
Remarks:
Alternative positioning that displays the document map as a collapsible panel on the right side of the viewer.