Gets the URL address for hyperlink realization.

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#
string GetUrl(
	Object resource
)
Visual Basic (Declaration)
Function GetUrl ( _
	resource As Object _
) As String
Visual C++
String^ GetUrl(
	Object^ resource
)

Parameters

resource
Type: System..::.Object

See Also