Show / Hide Table of Contents

Enum HyperlinkKind

Specifies the hyperlink type.

Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum HyperlinkKind

Fields

Name Description
Bookmark

Specifies hyperlink to a bookmark.

Custom

Specifies a custom hyperlink. No actions performed when you click it, you should handle it in the object's Click event handler.

DetailPage

Specifies hyperlink to this report's page. The page will be run when you follow the hyperlink.

DetailReport

Specifies hyperlink to external report. This report will be run when you follow the hyperlink.

PageNumber

Specifies hyperlink to a given page number.

URL

Specifies the hyperlink to external URL such as "http://www.fast-report.com", "mailto:" or any other system command.

Back to top Generated by DocFX