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
Hi Experts,
I need a technical help regarding the Crystal reports.
From the page from which I am calling the report, I am passing which all fields is to be displayed in the report.
Currently I am hiding the fields which are not to be displayed.
This creates blank spaces (in the detail section of the report).
Is there any way to avoid this other than by creating different reports for each case?
Im hardly an expert, and i´m not even sure this will help, but as an alternative, you could create a function that concatenates the fields you're meaning to show... and, well.. printing the result of that function.