Browsed by
Tag: crystal report

Export Crystal Reports to PDF in C#

Export Crystal Reports to PDF in C#

Source: https://www.c-sharpcorner.com/UploadFile/26b237/export-crystal-report-to-pdf-in-C-Sharp/ When you want to export your Crystal Reports report to PDF format or any other format, this article provides guidance for exporting the Crystal Reports report to PDF format. In this we can use ExportOptions for exporting the Crystal Reports report to PDF format. In the following example you can see how to export a Crystal Reports report as a PDF format file in C#. If you read my first article then it’s easy to understand this example, if…

Read More Read More

How to eliminate blank rows while exporting to Excel?

How to eliminate blank rows while exporting to Excel?

align to top arrange lines The first align to top: Select all fields on the row, right click, align to top move the selection to the top of details section (no space between the details section and the section above remove remaining space at the bottom of the details section The second: right click details click on arrange lines right click details again click on fit section This solved the issue for me. Sometimes only the first part is necesarry.