Canceling Recent Report Loading

Operating system requirements: iOS 5.0 or later.

Mobile device: iPad.

Description

This example describes canceling of recent report loading.

Source Code

Executing the example requires to place the following code in the end of the downloadReport method of the ViewController class (see the Displaying of Express Report section):

m_metabase->cancelLastDownloads();

After executing the base example express report is not loaded.

See also:

Example of pplib++ Library Use