Why does SSRS report look different when viewed in Print Layout View?

I have a report that was originally built in Report Builder and then imported into Visual Studio to add some other forms to it. The report has a title and a body section. There is a column in the body section that shows the commission, and the commission is subdued for each seller. There is also a page break for each salesperson. When I view the report, the subtotal appears as it should for each salesperson, but when I either look at it in print layout mode or send it to the printer, the subtotal appears in the body section of the next page, next salesperson. Why is this and how can I fix it?

Thanks.

+1


a source to share


2 answers


Rendering for "report viewer" and printing, pdf export and other images is different. You will need to change the layout to suit your desired rendering target. In this case, print.



Check the report to make sure nothing is outside the printable margins. In the meantime, there is no need to worry about it. ”

0


a source


In my experience it is almost impossible to get print rendering and report rendering.



0


a source







All Articles