In SSRS some times we are facing the problem of blank pages and so many times it will became night mare to fix this issue.
Reason: Whenever we are hiding the rows or columns in SSRS it will take the blank space for the hidden row.
Solution: Now there are two solution for this problem.
Reason: Whenever we are hiding the rows or columns in SSRS it will take the blank space for the hidden row.
Solution: Now there are two solution for this problem.
- Give the minimum possible width to the row or minimum possible height to the column. This is not a better way to fix this problem.
- To fix this problem in a better way you can set the ConsumeContainerWhitespace = True in reports property.
Thx,
RS