Gets or sets the hyperlink (see C1Hyperlink) associated with the current object.

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

Syntax

C#
public C1Hyperlink Hyperlink { get; set; }
Visual Basic
Public Property Hyperlink As C1Hyperlink
	Get
	Set

See Also