Writes the beginning 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 BeginHyperlink(
	ReportControl control,
	RtfFile file
)
Visual Basic (Declaration)
Protected Function BeginHyperlink ( _
	control As ReportControl, _
	file As RtfFile _
) As String
Visual C++
protected:
String^ BeginHyperlink(
	ReportControl^ control, 
	RtfFile^ file
)

See Also