I've looked everywhere for how to extract the current SQL query out of a Crystal report. Why is this so dificult? Am I missing some thing simple?
This seems like it should be easily accesible from within the reportDocument Object.
I have Mr.Bischof's book .Net Programming. I've looked through the second half of the book but only see how to set the datasource programaticly and not just veiw the current datasource.
All I want to do is get back a simple string of "Select bla FROM bla".....
PLEASE HELP!