ActiveReports Developer 7
TocPanelAlignment Enumeration
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace : TocPanelAlignment Enumeration

Glossary Item Box

Specifies the position of the table of contents pane.

Syntax

Visual Basic (Declaration) 
Public Enum TocPanelAlignment 
   Inherits System.Enum
C# 
public enum TocPanelAlignment : System.Enum 

Members

MemberDescription
LeftThe table of contents pane is aligned to the left edge of the viewer.
RightThe table of contents pane is aligned to the right edge of the viewer.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Web.ExportOptions.TocPanelAlignment

See Also