Defines the location of hyperlinks in the generated HTML pages.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum LinksLocationsEnum
Visual Basic
Public Enumeration LinksLocationsEnum

Members

Member nameDescription
None Hyperlinks are not generated.
TopPage Hyperlinks are located at the top of pages.
LeftFrame Hyperlinks are located in the left frame.
RightFrame Hyperlinks are located in the right frame.
TopFrame Hyperlinks are located in the top frame.
BottomFrame Hyperlinks are located in the bottom frame.

See Also