Gets bounds in which the element with hyperlink is located.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Export
Assembly:  PerpetuumSoft.Reporting.Silverlight.Export (in PerpetuumSoft.Reporting.Silverlight.Export.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string GetAnchorControl(
	string link
)
Visual Basic (Declaration)
Public Function GetAnchorControl ( _
	link As String _
) As String
Visual C++
public:
String^ GetAnchorControl(
	String^ link
)

Parameters

link
Type: System..::.String

See Also