Question

I have created rdl file which includes Table of data. Using reportviewer to view the report. If i export the report as word doc it is in the same format and order as in report but in pdf file content gets truncated and breaks in the pages.

Was it helpful?

Solution

This MSDN forum solution worked for me.

The working answer from the above forum post -

In the Report Properties dialog if I set Page width to 8.27in and Page height to 11.69in then the Page Setup dialog of ReportViewer defaults to A4.

In the Report Properties dialog if I set Page width to 11.69in and Page height to 8.27in then the Page Setup dialog of ReportViewer defaults to A4, and Orientation defaults to Landscape.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top