Returns hyperlink string to the specified control.

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

Syntax

C#
public string GetHyperlink(
	ReportControl control
)
Visual Basic (Declaration)
Public Function GetHyperlink ( _
	control As ReportControl _
) As String
Visual C++
public:
virtual String^ GetHyperlink(
	ReportControl^ control
) sealed

Implements

IHtmlContext..::.GetHyperlink(ReportControl)

See Also