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 working on a crystal report in a C# win app. There is a export button on the crystal report viewer which should prompt a dialog window and allow user to export the report displayed to different format. Unfortunately, while the report is displayed correctly, the application(actually the report viewer windows) freezed whenever I pressed that tiny export button on the top. I have downloaded a sample from the Business Object website and compare the 'references'+version, 'property' between my own app and the sample. I have no idea why the sample works fine and mine doesn't. Any clues?
FYI, here is the info of my app
- .Net 2003
- References included : (all 9.1.5 version)
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportSource
CrystalDecisions.Shared
CrystalDecisions.Windows.Forms
- report is generated by :
one winform(A) pass parameters value to a form(B) that only holds a single crystalreportviewer, and then form(B) initiate the report(C.rpt) with the set of parameters. Data are pulled from a xsd(written dataset).
Is this problem .Net or CR related ? Any help or pointer is appreciated. Thanks.