There is no other options of the export.EricJMc wrote:Can the Report.ExportDocument be used to output emf files in multiple formats? For example, I believe other methods output a dual plus format emf and the older GDI format. Are there options within the StiExportSettings that I could try?
It's possible to use EmfPlusOnly then no image will be displayed in the GDI application.
You could read about these options on the MSDN http://msdn.microsoft.com/en-us/library ... ftype.aspx
Thank you.