I have a problem with report generation. I am currently getting 2 pages with the same data, instead of just one. There are 2 lines in the report and they appear on page1 and page 2. There should only be a page 1. Does anyone know why this is happening?
Thanks in adavance!
2 Answers, 1 is accepted
0
Steve
Telerik team
answered on 30 Jun 2009, 05:36 PM
Hello Mark,
The provided information is insufficient for us to determine where the problem might lie. Generally report data is repeated when in detail section, which is printed once for every row in the data source. So check if your report has datasource set and if it is not needed - remove it. Otherwise if the report needs to be bound, move the report items that are repeated to another section (e.g. report header) and they would not be repeated.
If this is not the case, please elaborate on your scenario. Providing us with a sample report is usually the fastest way to get an issue resolved.
I have several reports with a single, two line chart on each report in a .NET Smart Client Windows application. Each report is just one page. It does not extend past the page boundary because I can print it and it does not print multiple pages. Plus, the yellow icon that displays if out of the boundary does not display. The report is landscape, 8.5 x 11.
However, when I refresh or export to PDF the chart always creates 10 duplicate pages.
Initially the line chart displays once on each page. Doing the action of Refresh or Export to PDF causes 10 pages to appear with the same chart on each page.