Files to look at:
This example demonstrates how to create a simple progress dialog that indicates the progress of load and PDF export operations.
The Workbook.LoadDocumentAsync and Workbook.ExportToPdfAsync methods accept a Progress<T> instance as a parameter to report progress information. Pass a CancellationToken object to these methods to cancel operations when a user clicks Cancel or closes the form.
(you will be redirected to DevExpress.com to submit your response)