Hello ,
I have a crystal report viewer application .I am converting the app from MFC C++ to .NET .
In my app the query from the report is extracted and edited .Then it is put back in the report .
In the MFC app this is done using COM API , where it is used PutSQLQueryString method .
I could not find a solution for inserting the query in SAP crystal reports .NET API guide .
How could i solve this issue ? Am i missing something ?
Waiting for your answers . Thanks .