Hello Everybody,
I my web application I had been using database binding method for generating reports where all the data was coming from Stored Procedure that was bind with the RPT. Now I am looking for a method to provide data DYNAMICALLY to the RPT. To achieve my objective earlier I was binding SP with the RPT and providing the DATATABLE dynamically generated to the RPT but it wasn't working as RPT was still asking for AUTHENTICATION info and if I provide AUTHENTICATION info it would fetch the data from the database and ignore the DYNAMICALLY PROVIDED datatable.
I then tried using TTX for the purpose but TTX is also not working as it is giving me some CRYSTAL ENGINE problem when I try to import TTX file.
Now, I am desperately looking for a solution that is short, simple and quick. So please ppl help me out. If you have any sample code that you can post then I would greatly appreciate it.
Thanks in advance.
Zulfiqar