C1.WPF.ReportViewer Namespace > C1ReportViewer Class : RequestNavigate Event |
'Declaration
Public Event RequestNavigate As EventHandler(Of RequestNavigateEventArgs)
public event EventHandler<RequestNavigateEventArgs> RequestNavigate
The event handler receives an argument of type RequestNavigateEventArgs containing data related to this event. The following RequestNavigateEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Target | Gets the target of the navigation request. |
Uri | Gets the URI of the navigation request. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2