Hi, everyone
I have created an application in vb.net and I'm finnaly reach to use reports. I created the report using crystalreportviewer and ...
We have a "services machine" where we are developping these applications. On this machine the reports are going ok, without asking for connection .
On my machine (and others) is asking for which database ( the server, user and password are recognized) .
What did I do wrong?
My connection string is
myreport.SetDatabaseLongon("myuserid","mypassword","myserver","mydabase")
I tryied in many ways but it asking for mydatabe....
Can anyone help me....