I'm working on a project for work and I need to open Crystal Report files and gather table and database information from them so when we make database changes we know which Reports need to be updated. I can get the table and database information without a problem using the Crystal Reports Engine version 0.9 objects in
VB.NET but I can't get any information about from reports that have SQL Commands as their report source. Has anyone found a way to extract Command text out of a Crystal Report using their object model or other methods. Please help me. Thanks.