September 25, 2009 at 11:01 am
I am developing a reporting web app using VB.net 3.5sp1, SQL Server 2005 Express and SSRS. There is a requirement to be able to edit two of the fields on the report. Instead of creating an edit form, I would like to be able to call out to an Ajax jscript function which would display a hidden update panel. The user would then either make edits or cancel and depending that action the report would be refreshed if necessary.
I can not find any reference materials concerning this. Is it possible?
Thanks.
September 26, 2009 at 9:12 am
I am developing a reporting web app using VB.net 3.5sp1, SQL Server 2005 Express and SSRS. There is a requirement to be able to edit two of the fields on the report.
The above tells me you are running the web reportviewer in local mode which means you are not using SSRS so it is just another call to ADO.NET so you may do it. If you are in a licensed SSRS which means your reportviewer is running in remote mode you have to find existing code because I am not aware of a feature that allow you to edit the datasource. Now SSRS 2008 comes with whole table as a datasource so maybe you can do that but the reportviewer 2008 does not run in local mode.
Kind regards,
Gift Peddie
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply