Make sure of the following things in Visual Studio Designer that your report contents size + margins does not exceed the total size of the report. I usually follows a formula to avoid such issues. (Report Content Size + Margins) - 0.5 = Page size defined Also I would suggest you make all margins set to 0, remove any white spaces in between the report elements, check the width and the length of the report and all the report elements(header, body, tablix, footer). Merge all the tablix, which are not in use, into one. Also, check the sizing options of the report elements. Try these and kindly let us know if it works.