Executes text search through report.

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

Parameters

text
Type: System..::.String
The text.
direction
Type: PerpetuumSoft.ReportingServices.Viewer.Client.ReportService..::.SearchDirectionEnum
The direction.
fromBeginning
Type: System..::.Boolean
If it is set to true then the search will be started from beginning of report.

See Also