Hi,
I want to have an aspx page which has 2 parts. In one part I want to have a Report Form with some report criterias and a refresh button.
In the second part I want to see the preview of the report.
If I change some criterias in the form part the report should be changed accordingly.
Is there any way that I can achieve this?
Having Preview and Report Form in one aspx page???
Having Preview and Report Form in one aspx page???
In Stimulsoft Reports.Net you can add form to the report and set for it property "Start Mode" to "On Preview". Also you must set this form as first page. Then form always will appear above the preview window. But, unfortunately, this feature is not available for ASP. So, you should manually pass parametres from webpage to report.
Thank you.
Thank you.