I used three DetailReports and a PageFooter. Less number of data only available in my 1st page, but when I preview or run the program it show two pages why ? Already my first page fill less content only. Whats wrong in my code ?

有帮助吗?

解决方案

This problem appears if some report elements (labels, tables) exceed the page's width and overlap onto the right page margin. XtraReports renders the right part of such elements on a new page. You should either decrease the right margin of your report or resize the report elements so that they all fit into the width of a single page. There is no programmatic solution for this problem. Moreover on closer inspection of a less complex report, you may notice the red "page" icon indicating that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top