EnumDocumentMapAreaPosition
Enum
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:
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
Left = 0
Field Value
Remarks
Default positioning that displays the document map as a collapsible panel on the left side of the viewer.
Right
Positions the Document Map Area on the right side of the report content area.
Declaration
cs-api-definition
Right = 1
Field Value
Remarks
Alternative positioning that displays the document map as a collapsible panel on the right side of the viewer.