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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I am currently working on a project that involves web forms, heavy querying,
and crystal reports. The reports have to be based on a project dataset, i.e.,
I run the queries, fill the dataset, set the reports datasouce and finally
display the report. Since the database querying and report creation will have
to work as a web service, I published the report, and in the files that were
created I managed to add the code that fills the dataset. Now, the problem is
that I haven´t managed to find a way to pass parameters when I call the web
service report, in order to run the parameterised queries that fill the
dataset.