Navigate to an Uri.

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

Syntax

C#
public static void Navigate(
	Uri navigationUri,
	bool maximize
)
Visual Basic (Declaration)
Public Shared Sub Navigate ( _
	navigationUri As Uri, _
	maximize As Boolean _
)
Visual C++
public:
static void Navigate(
	Uri^ navigationUri, 
	bool maximize
)

Parameters

navigationUri
Type: System..::.Uri
An Uri class.
maximize
Type: System..::.Boolean
True if it needs to maximize a window.

See Also