Hi all,
I have created an AOT query with two tables in them, the outer table has Accounting date as range.
I have developed an SSRS report using this query. It runs well without issues.
I have to avoid the report UI dialog asking for date and pass it through the code.
I have from and to dates where the customer can choose them in a form. I have then captured them as args and trying to pass them to the controller class and apply them to the query and run the ssrs report without a UI dialog.
I'm having trouble in applying the from and todate as a range to the query and run the report without UI dialog.
Any help is much appreciated. Please help.
Thanks,
Praveen.
*This post is locked for comments