Hi all,
I want to save the data table not ultragrid content to PDF and preview it.
For ultrawingrid there are lots of examples but i want to show the data from data table directly to PDF.
Thanks & Regards,
Suman George
Hi,
There's no one-step way to do this like there is with exporting a grid. You would have to loop through your data source and create the PDF yourself, probably using a table or grid and the populating the cells.
It would actually be easier to simply create a grid in code, add it to the form, bind it to your data source, and then export the grid.