Gets or sets the order in which to search through a dataset on a test page.

[IsAscending :=] TestPage.Part.Filter.ASCENDING([SetAscending]);

Parameters

TestPage

Type: TestPageThe test page that displays the dataset to search.
Part

Type: PartThe control that contains the dataset you want to search.
Filter

Type: FilterThe filter that is applied to the dataset.
SetAscending

Type: BooleanThe order in which the dataset will be searched. This parameter is optional.
IsAscending

Type: BooleanThe sort order of the dataset.

Property Value/Return Value

Type: Boolean

true if the search is performed in ascending order; otherwise, false.

See Also