|
Subject:
|
Using Crystal Reports in ASP.NET
|
|
Posted By:
|
jbenson001
|
Post Date:
|
11/17/2003 10:46:28 AM
|
I am having problems trying to run a crystal report. I simply want to use an existing dataset to populate the report. However I am getting all types of errors. I am having problems find good examples on how to do this, can anyone give me a step by step so that I know I am doing it right? I also seem to get more errors when trying to use a stored procedure
Thank you.
|
|
Reply By:
|
melvik
|
Reply Date:
|
11/18/2003 8:16:47 AM
|
Hi dude: there is a lot on net but im going give u the one I know http://www.dotnetjunkies.com/Article/790775A0-C493-46D8-ABE0-40CA588D33D3.dcik http://www.aspfree.com/articles/1515,1/articles.aspx
HTH.
Always , Hovik Melkomian.
|
|
Reply By:
|
jbenson001
|
Reply Date:
|
11/18/2003 9:52:55 AM
|
Thanks!
I was able to view the first article, but the second one I am having trouble with, could be my connection here at work.
This is my question though. I based my report on an existing dataset. I give the reportsource my .rpt name, then Bind it. Why would it ask for a UN and PW then, when the SqlDataAdapter needs it and pulls the data, then just spits it back to the report?
Am I still missing something. I know there are a couple of different was to us CR, but I will probably just be using DataSets.
Thanks again
|