Groups | Blog | Home
all groups > sql server reporting services > may 2005 >

sql server reporting services : CAN USER EDIT DATA in the report?



pmud
5/9/2005 10:31:02 AM
Hi,

I have a report which shows all the orders in the systam . I want to be able
to view the order details for an order when an order number is clicked and be
able to edit some information so thagt it goes back to the databse. Is it
possible to edit data with REpotrting svcs?

If not, then is there a way, i can show all the orders in the databse, and
have a link in the report which takes the user to a web page where the user
can edit the order and then after editing the order, he again can view the
orginal (all orders ) in the system from the report and then click a link
which takes the user to the order details of that order so that the order can
be edited?
--
Alexandre Mineev
5/10/2005 11:43:32 AM
No, it is not possible to edit data in report in place.
Yes, it is possible to make a URL link to the edit page for every order.
You just need to setup an action for the textbox with order id that will be
an http link with order id parameter. Action is visible in properties for
the textbox.

[quoted text, click to view]

AddThis Social Bookmark Button