Viewing 15 posts - 16 through 30 (of 65 total)
U should change Project->properties->TargetServerURL from http://localhost/ReportServer 2 http://localhost:85/ReportServer
October 19, 2005 at 2:02 am
Well thanks again.
Every day we learn something new
October 15, 2005 at 11:27 pm
Yep,I tried hitt the http://localhost/Report.
yep,I installed the .net framework(1.1-shuold i need 2 install the 2.0 ???).
In the IIS 6.0 there's a web services extension folder there i allowed the...
October 12, 2005 at 2:41 am
Thanks,but still why the textbox or label that in the sub-report don't appear???
October 11, 2005 at 11:54 pm
Thanks 4 your reply.
I installed the Express edition and remove it by add/remove and then installed the developer edition.Now i can't access to sql server at all,only to the ctp configuration...
October 10, 2005 at 9:28 am
Thanks i used SubReports and it work great
October 9, 2005 at 2:04 am
Why can u get the whole year as ds , add column of month and filter your table by month???
October 6, 2005 at 12:06 am
U can C a discussion about it in this forum:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=203010#bm203036
October 6, 2005 at 12:02 am
well u if u use asp.net u can add a javascript function refresh() 2 the frame your report is...
September 26, 2005 at 9:43 am
OK but the problem i don't know in advance which points the user will choose...
September 21, 2005 at 5:11 am
here is some code my friend:
CREATE TABLE Routing
(
RoutingString nvarchar(2000)
)
CREATE TABLE Points
(
RoutingPoint nvarchar(10)
)
INSERT INTO Routing(RoutingString) VALUES ('A->C->F')
INSERT INTO Routing(RoutingString) VALUES ('B->G->D')
INSERT INTO Routing(RoutingString) VALUES ('A->D->K')
INSERT INTO Routing(RoutingString) VALUES ('A->B->K')
INSERT INTO Points(RoutingPoint)...
September 21, 2005 at 3:50 am
Viewing 15 posts - 16 through 30 (of 65 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy