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

Create a simple progress dialog that indicates the progress of load and PDF export operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create a simple progress dialog that indicates the progress of load and PDF export operations.

License:Other


Languages

Language:C# 51.1%Language:Visual Basic .NET 48.9%