Reputation: 11
I am working on a SSRS report which has From & To date as input parameters and it has to be validated such that From date can't be more than To date.
I was successful in creating a custom VB code which takes care of validation but the problem is when the validation fails i need to display a user friendly pop up alert which i am not able to do. I tried giving the alert using MsgBox (VB.NET) and also tried calling Response.Write inside javascript, but none of these works. Help me in getting this done.
Upvotes: 1
Views: 9733
Reputation: 111
Following are the steps that you can follow to achieve this.
Upvotes: 0