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.

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top