HI All
I am working on SSRS report on SQl Server 2008. I've developed SSRS report using Visual Studio 2008, and deployed and it work fine.
Issue is: To run the report user need to input values for two parameters, built into the query.
Which are @StartDate and @EndDate.
Is there anyway to generate a pop up message box, showing the given input values before generating the report?
i.e. If a user enters 2010-01-01 and 2011-01-01 as values for parameters, and when user click "View Report" button on right hand side of the screen, is it possible to have a Pop up message as "" You have entered StartDate = 2010-01-01 and EndDate = 2011-01-01 Would You like to Proceed?? Yes No ,
when User click "Yes" then generate the report, otherwise get back to the place where they can input fresh StartDate and EndDate values..
Appreciate all comments.
Cheers
Mira