Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.4 KB

File metadata and controls

27 lines (19 loc) · 2.4 KB

Files to look at:

Spreadsheet Document API - Indicate Progress of Workbook Operations

This example demonstrates how to create a simple progress dialog that indicates the progress of load and PDF export operations.

Progress Dialog for Workbook 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.

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)