When I try to export my report to PDF some of the text is wrapping to the next page of the report. This is different than how it looks in the reportviewer. In the reportviewer it shows the text on the same page with the rest of the information.
1 Answer, 1 is accepted
0
Accepted
Steve
Telerik team
answered on 07 Jan 2010, 09:08 AM
Hello Jonathan,
Generally speaking all supported export formats have their own limitations and peculiarities which are outlined in the Design Considerations for Report Rendering help section. Specifically the difference between HTML and PDF is bigger as the first one has no concept for physical pages and creates "logical" pages only, while the PDF is a fully blown page oriented format. Thus the PDF format respects the setting you have applied in the PageSettings properties of your report, while the HTML would "stretch" to fit all content and this is expected. You can refer to the above section for more info and explanation of both formats.