Executes the client side search.
Find TextBlock control at Page content which contains searched text
and save it in newSearchResult.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: 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 ) |
Parameters
- oldSearchResult
- Type: PerpetuumSoft.ReportingServices.Viewer.Client.ReportService..::.SearchResult
The old search result.
- newSearchResult
- Type: PerpetuumSoft.ReportingServices.Viewer.Client.ReportService..::.SearchResult
A new search result.