Skip to content

DevExpress-Examples/spreadsheet-document-api-indicate-progress-of-workbook-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.