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

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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

See Also