Below mentioned are steps to remove extra blank page from SSRS reports:
Make the report body and margin size smaller from the report size
- change the ConsumeContainerWhitespace property's value to True
LeftHandSideMargin + Body Width + RighHandSideMargin < PageSizeMaxWidthAllowed
Comments
Post a Comment