Executes text search through report.

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 Search(
	string text,
	SearchDirection direction,
	bool fromBeginning
)
Visual Basic (Declaration)
Public Sub Search ( _
	text As String, _
	direction As SearchDirection, _
	fromBeginning As Boolean _
)
Visual C++
public:
void Search(
	String^ text, 
	SearchDirection direction, 
	bool fromBeginning
)

See Also