URGENT:Crystal reports in ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to call crystal reports through ASP.NET.I am providing server name,user name and password at runtime.But this doesnt seem to work.The 'connection' property of report doesnt seem to get updated.I dont want to do this assigning at design time.Can anyone help
 
Can you post your code? What error are you getting?

As far as I know, you need to loop through all of the tables in the report
and log on to each one individually.

Regards,

Mun


--
Munsifali Rashid
http://www.munsplace.com/




Himali said:
I am trying to call crystal reports through ASP.NET.I am providing server
name,user name and password at runtime.But this doesnt seem to work.The
'connection' property of report doesnt seem to get updated.I dont want to do
this assigning at design time.Can anyone help?
 
Back
Top