Defines the location of hyperlinks in the generated HTML pages.
Namespace:
C1.C1Preview.ExportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum LinksLocationsEnum |
| Visual Basic |
|---|
Public Enumeration LinksLocationsEnum |
Members
| Member name | Description | |
|---|---|---|
| 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. |