Gets the hyperlink string.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public string Hyperlink { get; }
Visual Basic (Declaration)
Public ReadOnly Property Hyperlink As String
Visual C++
public:
property String^ Hyperlink {
	String^ get ();
}

See Also