suppress the empty space in SSRS page header

  • I have an issue(white space) in SSRS report page header. I’ve to display report page header based on parameter values.

    I don’ t have any issue displaying report page header based on parameter values, issue is there are white space in SSRS report page header.

    However I’ve the visibility expression on report page header (I've placed the report header portion on the rectangle control)

    =iif((Parameters!param.Value = "ABC" AND Globals!PageNumber Mod 2 <>"0") , False, True)

    I need to remove the white space occupying by header is there any way to remove.

    Thanks,

  • Hi,

    Do you want to suppress blank space when the page header content is hidden?

    Though you hide those content in page header, in fact it still occupy the space. As far as I know, it's not supported to suppress those space, as page header width and height can't be changed dynamically based on any expression. 🙂

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply