We have an desktop application written in Visual FoxPro 9 which uses CR11 to display reports. As our license is expiring, we want to upgrade our reports to latest version version.
Could you please help to find out answers for following questions:
1. Does CR 2016 supports an activeX version of the report viewer, which can be added to a win form?
2. Can reports created in CR11 viewed in CR 2016 viewer (runtime), without editing the reports?
3. If reports created in CR11 cannot be viewed on CR 2016 viewer, how to convert the reports to latest format?
4. Does CR 2016 supports an application object model? We used to create CR 11 object with oCrystal = CREATEOBJECT("CrystalRuntime.Application.11"). However, after installing the CR2016 runtime, I do not see the CrystalRuntime.Application.14 in registry. Also, CrystalRuntime.Application still points to CR11 DLLs.