Groups | Blog | Home
all groups > sql server reporting services > april 2007 >

sql server reporting services : how to validate inputput parameters in reporting server


sbmmohapatra NO[at]SPAM gmail.com
4/25/2007 10:25:01 PM
could u please tell me how to validate inputput parameters in
reporting server
Amarnath
4/26/2007 4:10:06 AM
Simple validations like values not entered etc... RS validates
automatically.. otherwise no way for complicated validation.

Amarnath

[quoted text, click to view]
Antoon
4/26/2007 5:02:01 AM
The easiest way of course is to use dropdownlists.
Alternatives are to use the user-parameters as input for internal parameters.
F.e. you let the user enter the parameters you then define an (or several)
internal parameter that is/are the result of a validation function (you can
even use custum code to do the validation). The function does the parameter
validation and returns the result to the internal parameter that you use in
your report.

[quoted text, click to view]
AddThis Social Bookmark Button