Here is a tip from the Flexible Solutions GP Reports newsletter:
Often when creating a Crystal report for something that needs a new page for each group (like Invoices or Purchase Orders) we use the New Page After option for the Group Footer in Crystal’s Section Expert. This works great, however it prints a blank page at the very end of the report.
To remove this blank page, you can add a formula for the New Page After option instead of simply checking it. Click on the formula button and add the following:
Not OnLastRecord
Save and Close and you’re done. Now everything except the very last group will get a new page after it.
To get future tips like this as well as GP Reports news and promotions, you can subscribe to the Flexible Solutions GP Reports newsletter.
출처 : https://victoriayudin.com/2009/01/12/how-to-get-rid-of-the-blank-page-at-the-end-of-a-crystal-report/
'VB 2010' 카테고리의 다른 글
Visual Studio 2015 Update 3 offline installation ISO download link (0) | 2016.10.10 |
---|---|
DataGridView Vertical Scroll programaticaly (0) | 2016.10.05 |
How to: Position the Cursor at the Beginning or End of Text in a TextBox Control (0) | 2016.05.24 |
How to set SelectedIndex in DataGridViewComboBoxColumn (0) | 2016.05.19 |
DataGridView 데이터 수정, 삭제 등 (0) | 2016.05.12 |