Report parameter validation from report manager in reporting services 2005

Hi,

Whenever user viewing a report using report manager,

how can we validate the input values from user for a datatime type report parameter.

i.e. validating whether the date is correct and in required format.

Thanks in Advance.

Regards

Pintu




Answer this question

Report parameter validation from report manager in reporting services 2005

  • saju jana

    Thanks Brian for providing the useful informaion



  • MozzMann

    Isn't there any built in functionality to prevent SQL injection Or any build in functionality to prevent other scripts from being inserted i.e. scripts to prevent < > characters etc

    Can you provide a sample of a simple custom UI and tell us where/how to call it

    Thanks

    Amy


  • weiblec

    The built in parameter UI performs only simple validation (making sure a float parameter has numeric characters, for example). The server will perform a full validation on the parameter value for formatting, culture, data type, etc. If you want more advanced client side validation, you will need to provide custom parameter UI in your own portal. Report Manager is not extensible in this regard.
  • Report parameter validation from report manager in reporting services 2005