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

Download Telerik report in RTF format

1 Answer 115 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anila
Top achievements
Rank 1
Anila asked on 24 Apr 2017, 03:01 PM

Hi There,

ColumnHeadersPrintOnEveryPage option in Telerik reports works okay for downloading the reports in PDF format. But, when I tried to download the report in RTF format it doesn't print the column headers on all the pages.

Could you please help, how I can make it printable on all the pages for the both PDF and RTF formats.

Thanks

Haneela

 

 

 

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 27 Apr 2017, 01:33 PM
Hello Haneela,

RTF files are produced based on Design Considerations for RTF Rendering.
The report will be rendered as a native Table object and other items will be rendered as cells and/or nested native Table objects. We recommend avoiding nested table items and to use the Band Report Wizard for the layout.

Depending on the layout, test configuring the RTF extension to use different rendering mode e.g.:
<Telerik.Reporting>
 <extensions>
      <render>
        <extension name="RTF" >
          <parameters>
            <parameter name="RenderingMode" value="Frames"/>
          </parameters>
        </extension>
      </render>
    </extensions>
</Telerik.Reporting>

You can also test exporting in DOCX format.


I hope this helps.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Anila
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or