Parameters of the event which occurs when hyperlink is clicked.

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

Syntax

C#
public class ReportHyperlinkEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ReportHyperlinkEventArgs _
	Inherits EventArgs
Visual C++
public ref class ReportHyperlinkEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportHyperlinkEventArgs

See Also