Shifts the visible area of the screen to guarantee that the specified report area is visible and highlights it.

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

Syntax

C#
public void ShowSearch(
	Rect rect
)
Visual Basic (Declaration)
Public Sub ShowSearch ( _
	rect As Rect _
)
Visual C++
public:
void ShowSearch(
	Rect rect
)

Parameters

rect
Type: System.Windows..::.Rect
The rect.

See Also