Viewing 12 posts - 16 through 27 (of 27 total)
If you mean that the data that the report uses can reside on a SQL2000 server, that's correct. But you will need a SQL2005 box to store your RS database....
June 27, 2006 at 10:56 am
Why isn't it an option to run VS 2003? It'll work with 2005 side-by-side.
June 27, 2006 at 10:54 am
Is your report server running? Can you access http://localhost/reportserver using IE?
June 27, 2006 at 10:52 am
Set the format code of the textbox to d
June 27, 2006 at 8:50 am
I know how to add code to a report. However I cannot find any documented way to access the rows of a DataSet and loop over them. Anyone?
March 31, 2006 at 12:39 pm
That would require writing sql code as well. Can anyone think of a way to to it all in RS, without writing any other queries or stored procedures? (Like Crystal...
March 31, 2006 at 5:14 am
What is the IIS error? Anything logged in the event log? What version of RS?
March 30, 2006 at 9:37 pm
Yes, I know how do do this in SQL, but like I said, the data comes from a stored procedure so I need to do the manipulation in the report...
March 30, 2006 at 9:35 pm
Yes, you can link to the report on the server and get it exported to pdf with a simple hyperlink (or a button)
An example would be:
Lets say you have a...
March 30, 2006 at 9:30 pm
This should get you started: http://msdn2.microsoft.com/en-us/library/ms169926(SQL.90).aspx
Here's some sample code that does what you need (in c#, but the methods are the same afterall) http://www.sqlmag.com/Article/ArticleID/48140/Reporting_for_Duty.html
March 29, 2006 at 9:15 pm
Viewing 12 posts - 16 through 27 (of 27 total)