ISearchDataSourcesBox.StartSearch

Syntax

StartSearch(Text: String);

Parameters

Text. The text that is searched in indexed data during BI search.

Description

The StartSearch method starts BI search.

Comments

After the search is finished, the total number of found matches is determined, and the first results are loaded. The total number of elements is available in the TotalCount property. The first 100 elements with search results are available in the Items property. To load the next search results, use the LoadNextPage method.

See also:

ISearchDataSourcesBox