Viewing 15 posts - 31 through 45 (of 56 total)
Briliant, that's what I needed.
Thank you Partha.
October 24, 2005 at 3:26 pm
Yes, I've got that changed in Visual Studio under Project Properties for Configuration of Active, Debug, and Production.
After deployment Visual Studio says "A connection could not be made to the...
October 19, 2005 at 5:19 pm
Success!
I had
ReportViewer1.ServerUrl = "http://myserver/reports";
but is should have been:
ReportViewer1.ServerUrl = "http://myserver/reportserver";
Hope this helps anyone else.
Greg
September 20, 2005 at 4:27 pm
I'm actually passing a Server.UrlEncode'd string and I Reponse.Write it to the page to verify and it looks fine.
September 20, 2005 at 1:23 pm
Yes it appears that Reporting Services inherent way of using datasets makes this very easy. I did as you have Phil, created multiple datasets to different server and it works...
August 15, 2005 at 11:00 am
Dim dropFolder = "C:\webReports"
Dim databaseName = "mydb"
Dim sqlServerName = "mydbserver"
Dim sqlUserName = "myusername"
Dim sqlPassword = "mypassword"
Dim parentFolder AS String'folder to publish reports to.
Dim definition As [Byte]() = Nothing
Dim warnings As...
August 3, 2005 at 5:44 pm
I added the parameters -u and -p. This time it seems to connect but...
The request failed with HTTP status 401: Unauthorized.
I receive that message for each report I'm trying, also...
August 3, 2005 at 11:34 am
I presume that was a typo and should read http://machinename/reportserver/reportservices.asmx there was a "." before and I put in "/"
When I put that in a browser it...
August 2, 2005 at 6:28 pm
I tried both of these with and without https.
rs -i PublishReports.rss -s http://machinename/reportserver
rs -i PublishReports.rss -s http://www.mydomainname.com/reportserver
August 2, 2005 at 11:11 am
As an example, here's what I use in my report headers:
="Report Generated At " & Globals!ExecutionTime.ToShortTimeString() & " On " & Globals!ExecutionTime.ToLongDateString()
July 27, 2005 at 1:28 pm
That's great Steve they both work.
Now...hehe, how can I get the report to NOT run right away, i.e. I want it to wait to see if the user selects 0,1,...
July 8, 2005 at 12:46 pm
Actually I just hacked it, meaning I just tried it with that syntax and it worked. LOL.
Now I did a search and found:
http://msdn2.microsoft.com/library/991wfdee(en-us,vs.80).aspx
http://msdn2.microsoft.com/library/cw8hzdwz(en-us,vs.80).aspx
This is...
July 6, 2005 at 11:06 am
Viewing 15 posts - 31 through 45 (of 56 total)