Hi,
Using UltraGridDocumentExporter class, It is possible to export the Grid contents into PDF.
But I wanted to view the grid contents in PDF without exporting or saving in any temporary folder.
Can you anyone help me to achieve that?
Thanks.
A fellow forum member has been able to get this to work in an UltraPrintPreviewDialog by drawing each section's page into the PrintDocument's page. You can see how this was done in this thread.
-Matt