FormDataSource.nextPage Method

Moves a specified number of records forward in the data source.

Syntax

public int nextPage(int pageSize)

Run On

Client

Parameters

  • pageSize
    Type: int
    The number of records to skip.

Return Value

Type: int
A non-zero integer if the operation succeeds.

See Also

FormDataSource Class

FormDataSource.next Method