Groups | Blog | Home
all groups > sql server reporting services > august 2004 >

sql server reporting services : Validating parameters


alien2_51
8/20/2004 3:24:20 PM
I would like to validate the data the user inputs into the generated
parameters text boxes in the report viewer, how can I do this...?

Dan

Dave
8/21/2004 11:47:01 AM
Pete,

I was wondering if you had any issues deploying your app to the web server.
I'm doing basically the same and it works fine in development. Once I deploy
to the web server though, I get the 401 permission denied error.

[quoted text, click to view]
PeteZ
8/21/2004 11:17:18 PM
The way I'm doing this is via Web page, doing a lookup (via web Service) to
determine paramaters then generating a series of .NET controls based on the
parameter type eg new TextBox();

From this page, I can ensure the correct data types get checked

- peteZ


[quoted text, click to view]

AddThis Social Bookmark Button