Initializes a new instance of the ReportHyperlinkEventArgs class.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ReportHyperlinkEventArgs(
	string hyperlink
)
Visual Basic (Declaration)
Public Sub New ( _
	hyperlink As String _
)
Visual C++
public:
ReportHyperlinkEventArgs(
	String^ hyperlink
)

Parameters

hyperlink
Type: System..::.String
The hyperlink.

See Also