We would like to create PDF reports using Infragistics.Documents. Our report output includes, grids, formatted text, charts and images. I have discovered how to create metafiles from the Infragistics UltraGrid and UltraFormatedTextEdtior using UIElement.Print, so combining all of these elements into a print document works well.
The problem is Infragistics.Document has poor support for metafiles. From what I can tell (in the samples) it only supports WMF files. I have evaluated other component vendors, component-One, for example, supports EMF. I can use their documents engine to draw Infragistics grids and other controls given my desired X/Y coordinants and output to PDF. Additionally I can use a PrintDocument object and other PDF packages to convert directly.
When will Infragistics.Documents have a support for enhanced metafiles?
Answered on this NetAdvantage for Windows Forms thread.