Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello everyone!

Does ANYONE have good tutorial regarding Crystal Reports?! I`m having a trouble making one.
I`ve browse last two days, but nothing good came out.

I want to show specific record in report, not all of them (when I type in textbox some order number, I want to show only records for that specific order).
I`ve created report, add parameter field, but when I press button, it says that there are no report source.
Code look like this:

ReportDocument report = new ReportDocument();
               report.Load(Server.MapPath("/AdminPages/OrdersReport.rpt"));
               report.SetParameterValue("TransactionNo", id);

               rpt_Order.ReportSource = report;


Anyone?!

Important note: please links with C#.
Posted
Comments
RC_Sebastien_C 22-Feb-12 20:04pm    
Can you run the report from within the Crystal UI?

 
Share this answer
 
Comments
Uday P.Singh 4-Mar-12 11:47am    
5!
Fellow code project member has written excellent tutorial.
 
Share this answer
 
Comments
Uday P.Singh 4-Mar-12 11:47am    
5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900