Skip to main content

Remove Extra Blank Page In Custom SSRS Reports

Below mentioned are steps to remove extra blank page from SSRS reports: 


Make the report body and margin size smaller from the report size

Image

- change the ConsumeContainerWhitespace property's value to True

Image

LeftHandSideMargin + Body Width + RighHandSideMargin < PageSizeMaxWidthAllowed

Comments