Crystal ReportsGeneral discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
This is i follow...
Create a SP with the in params what you want to pass. Make sure after passing
the params, the SP is giving the proper output at DB level only, then refer
this SP in report.
use parameter method of the ReportDocument object and pass the value to it
at the run time. So this will effect to the SP, there you have the data
as needed to your inputs from the GUI.
Actually I follow this way. Hope you may find better way than this.