I am also trying to export the grid to PDF and it is changing the row height to unreadable on the export into PDF and trying to put it all on one page it looks like. How do i just do an export to PDF to be readable?
Thanks
Scott
Hello Scott,
I have created small sample that after I export an UltraGrid to a .pdf file it creates multiple pages based on the size of the UltraGrid.
Could you please let me how exactly you are exporting the UltraGrid to pdf file? I am using the following line of code below:
ultraGridDocumentExporter1.Export(ultraGrid1, "ExportedGrid.pdf", Infragistics.Win.UltraWinGrid.DocumentExport.GridExportFileFormat.PDF);
Please let me know if you have any further questions.
My code is pretty much the same - what do you mean based on the size of the grid, My ugReleasesAdvanced is actually a hidden grid but I have run the AutoSize function. Would that make a difference?
UltraGridDocumentExporter1.Export(ugReleasesAdvanced, strFilePathSaveDownloadsTo & "\DeltekReleases.pdf", Infragistics.Win.UltraWinGrid.DocumentExport.GridExportFileFormat.PDF)
When you say "row height to unreadable" I was misleaded and I thought that the UltraGrid has only a few columns and lots of rows and thats why I have tested this sceanrio, but now I think that you have a lot of columns and that's why the UltraGrid should fit on the same page horizontally in order to see all columns.
I think that there is no way to have some of the columns of the UltraGrid on the first page and other on the second.
Please let know if you have any other questions.