Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1590
Summary calculated value is not showing in PDF after exporting
posted

Hi,

I am doing the following steps to export the grid:

1. A data table bind to main grid

2. Saving the layout of the main grid in an XML file

3. Starting an asynchronous thread

4. Creating replica of above data table

5. Creating a new runtime instance of grid

6. Binding the replica with runtime grid

7. Loading layout file into runtime grid

8. Calling Refresh() method for each summary

9. Exporting runtime grid into PDF

Now in PDF, summaries are shown, but there value is empty. As far i can guess, value of summary is still computing, and grid finish exporting. 

Please help to view the value of summary in PDF.

Thanks.

Parents Reply Children
No Data