Add a Scroll box in SSRS

611 views Asked by At

I've searched the all Internet and didn't come up with a solution. well, I have a report for a client which I made it in ssrs.

The report basically display :

Col1 Col2 
Num   Num

I want to add a Col3 with a scroll box that the client (user) will set "valid" or "not valid". any option to do that ?

Thank's!

1

There are 1 answers

0
JonTout On

If the user is validating the data from your report and writing back to a database, I would suggest using MS Excel with VBA to update the database rather than using SSRS, which may not be the correct tool for the job in this instance.