One of the reports I've build works and prints perfectly itself and as pdf and xps export but I encounter 2 issues when exporting it to Excel and then trying to print:
1. Page Number "1" on all pages.
2. Page Header does not get repeated on each page.
Using Q3 2010.
Regards
Mihai
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 16 Feb 2011, 05:41 PM
Hi Mihai Dinculescu,
In order to keep the report layout consistent between the export formats the default behavior for the excel rendering will handle the report PageHeader section as a frozen pane of several rows on top of the worksheet. You can change that behavior by setting the DefaultPageHeader device Information Setting to True to render the report’s page header in the native Excel page header section, which is divided in three sections – left, middle and right. Report items will enter the respective page header section according to their original location in design-time. You can see how to accomplish that from the Telerik Reporting Configuration Section help article.