Viewing 9 posts - 1 through 9 (of 9 total)
Hi Ed,
Actually I want to display the values in the dropdown based on some other sql query at the time of generating the report. I could not go for filter...
June 19, 2009 at 7:54 am
I am sorry i missed this. The report should be printed in client side
April 14, 2009 at 5:15 am
Thanks Todd. I found following solution and working on that. I dont know if this is efficient. But let u all know if it will work fine.
http://mikemason.ca/2007/04/30/
Thanks again.
December 18, 2008 at 8:45 am
Hi,
The following query will do that.
update
Table Name Here
set
dateofbirth = dateadd(year,-100,dateofbirth)where
Record = A
Hope this helps you.
Thanks
October 3, 2008 at 7:51 am
Hi,
The following is really a very good solution for your requirment.
http://www.4guysfromrolla.com/webtech/092105-1.shtml
Thanks.
October 3, 2008 at 7:24 am
Hi,
If possible, check with profiler when you get your system hanged out next time. It might give you a clue.
Thanks
October 1, 2008 at 8:20 am
Hi,
Could you send us the exact error you are getting when run the update query alone?.
Thanks,
Karthik
October 1, 2008 at 8:17 am
Hi,
As far as i know, there is no functionality like deleting or updating database records from reporting services.
Thanks
September 29, 2008 at 4:10 am
Hi,
Just select the property of the matrix and then add new column.
July 3, 2008 at 4:54 am
Viewing 9 posts - 1 through 9 (of 9 total)