Writes the end of hyperlink.

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

Syntax

C#
protected string EndHyperlink(
	ReportControl control
)
Visual Basic (Declaration)
Protected Function EndHyperlink ( _
	control As ReportControl _
) As String
Visual C++
protected:
String^ EndHyperlink(
	ReportControl^ control
)

See Also