The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
We are creating some long reports and would like to show our users how much of the report is processed at a given time in order for them to know that the report is being processed and how much of the processing is left. It appears that the longest tasks on the syncfusion side are UpdateDocumentFields and UpdateTableOfContnents. Is there any way to get some data from syncfusion while these processes are happening about what percentage of the process is completed so that we can display that to our users?