The method is something like this:
BuildReportObject(ReportObj, Report, DatabasePath, ReportCategoryType) - gather information for the report
Report.Compile() - place information about that part in the report including the part image
Report.ExportDocument(Stimulsoft.Report.StiExportFormat.ImageEmf, Path.Combine(DestinationPath, PartName& ".emf"))
The problem is that while the part image (what started out as a .wmf image) is visible when viewed in windows file previewer it does not show up when viewed by the third party software or by Corel Draw as pointed out by the customer.


Could the scale of the wmf image in the original report cause something like this?
Looking for suggestions.