SearchDataSourcesBox.OnFinishSearch

Syntax

Sub OnFinishSearch(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnFinishSearch;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnFinishSearch event occurs after finishing BI search.

Comments

After finishing BI search the total number of matches is available in the ISearchDataSourcesBox.TotalCount property. The ISearchDataSourcesBox.Items property displays the first 100 records with search results; to get the next records, use the ISearchDataSourcesBox.LoadNextPage method.

See also:

SearchDataSourcesBox