Can someone from Infragistics please answer whether the UltraGridPrintDocument class is now obsolete, or whether there are things it can do that functionality in the Infragistics.Documents and Infragistics.Win.UltraWinGrid.DocumentExporter namespaces can't do?
The Documents assembly (and by extension the DocumentExporter) really serve the purpose of being able to publish PDF and XPS documents, while a PrintDocument is meant for direct printing as well as previewing the grid, so I wouldn't really say that they are obsolete, but that they serve different purposes.
-Matt
I believe that with the Documents assembly and the DocumentExporter, I can print a grid or print multiple grids in a single report, in addition to exporting to PDF.
What would be an example of a situation where it would be better to use PrintDocument?