This is a migrated thread and some comments may be shown as answers.

Excel Native Headers Export

3 Answers 173 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 11 Dec 2012, 06:47 PM
Hello,

We are running on an older version of the Reporting  2011 Q2 but need to user the native header features.

I have set the device information header variables (they work fine for grid lines) to true for UseNativePageHeader but the report is rendered with the header at the top of the page basically ignoring the variable.

Is there anything I am missing?

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 14 Dec 2012, 08:32 AM
Hi Chris,

We've tested this locally and it works as expected, can you share what is the type of project you're using, where/how do you set the device settings and where do you export the report from? You can find more information on the expected behavior in the Design Considerations for Excel Rendering help topic, specifically the Page Headers and Footers section.

Kind regards,
Steve
the Telerik team

HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

0
Chris
Top achievements
Rank 1
answered on 24 Dec 2012, 03:30 PM
I have tried setting it in both web.config and at run time.  In both cases, the grid pararmter works fine but the header and footer settings are disreguarded.

Here sample of my settings in web config;
Original Setting;
  <Extension name="XLS" visible="false"/>

Changed Setting;
  <Extension name="XLS" visible="false">
        <Parameters>
            <Parameter name="UseNativePageHeader" value="true"/>
            <Parameter name="UseNativePageFooter" value="false"/>
            <Parameter name="ShowGridlines" value="true"/>           
        </Parameters>
  </Extension>

As I have stated before the ShowGridLines setting works fine.

Thanks



0
Petio Petkov
Telerik team
answered on 27 Dec 2012, 02:09 PM
Hi Chris,

Thank you for bringing this problem to our attention. The issue is logged into our bug tracking system and we will do our best to fix it for one of our upcoming releases. Unfortunately we cannot provide suitable workaround for the time being. 
As a token of our gratitude we have updated your account with some Telerik points. 

Greetings,
Petio Petkov
the Telerik team

HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

Tags
General Discussions
Asked by
Chris
Top achievements
Rank 1
Answers by
Steve
Telerik team
Chris
Top achievements
Rank 1
Petio Petkov
Telerik team
Share this question
or