Executes the client side search. Find TextBlock control at Page content which contains searched text and save it in newSearchResult.

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

Syntax

C#
public bool MakeClientSideSearch(
	SearchResult oldSearchResult,
	SearchResult newSearchResult
)
Visual Basic (Declaration)
Public Function MakeClientSideSearch ( _
	oldSearchResult As SearchResult, _
	newSearchResult As SearchResult _
) As Boolean
Visual C++
public:
bool MakeClientSideSearch(
	SearchResult^ oldSearchResult, 
	SearchResult^ newSearchResult
)

Return Value

true if client side search is completed successfully; otherwise, false.

See Also