I’m importing pre-created Crystal Reports into a report project, and I want to populate the data from a database call, so I can change data sources programatically.
There’s a lot of fields here, though, in a lot of tables. I don’t want to build these datasets manually if I don’t have to. Is there a tool that will examine the Crystal Reports’ metadata and generate a strongly-typed ADO.NET dataset from it? It would save me a lot of time.
It does not look like there is a mechanism like I want.