Gets the collection of all hyperlinks on the current page.

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

Syntax

C#
public C1HyperlinkInfoCollection GetHyperlinks()
Visual Basic
Public Function GetHyperlinks As C1HyperlinkInfoCollection

Return Value

The C1HyperlinkInfoCollection containing the information about the hyperlinks.

See Also