Tuesday, March 25, 2014

INTEGER datatype parameter validation in SSRS

All,


I have a report which has 1 parameter which is an integer datatype and it expects the user to input the year (e.g. 2014). What I want to do is, if the user enters some random characters like abcd, so, instead of the runtime error, I want to show a popup or some kind of custom error/notification, saying that "The value that you have entered is incorrect. Please enter only numeric values". Is there a way I can do this in SSRS?


No comments:

Post a Comment