We are moving out application to 64bit. We create new crystal reports from ADO.NET datasets and they work correctly, but we have lot of old reports created with Field Definition File (TTX). TTX based reports does not work in 64bit (CRVS2010 - Field Definition File (TTX) Support?). Is there a way to convert those reports to new ADO.NET XML base report? I mean a way which can be automated.
If I create datatable and use it as source for a report and save the report, the saved report has XML datasource. However, I need something more simple. Just to iterate thorough the reports and convert them without querying original data (e.g. create some dummy data from saved report).