1
votes

I'm using Visual Studio 2010 to build and edit SSRS reports.

When giving a certain background color to the report, and then exporting to PDF, I'm getting a pdf documents with the background color only in the middle, and the margins of the page are white.

Is there a way to export to pdf so that the background color will be a background to the entire page (and no white margins)?

Thanks.

2

2 Answers

1
votes

Looks like your report and body background colors are not set correctly.

You might only be setting the background color of your tablix or rectangle.

Go to Report and body properties to set the Background color you want.

Report

Body Properties

1
votes

I had the report margins set to 1cm on all sides. setting it to 0 did the trick