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

    Sorry I don't get it clearly.

    What do you want to do with your header?

    Hidding it on the second page?

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • Hi,

    I can hide the report page header in second page, that's not an issue.

    I've report which contains 5 parameters & 3 report header page logo. I need to display report page header based on selected parameter value.

    Issue:

    -------

    Report generated with empty (white) space in report page header area.

    Please let me know if you need more clarity. Thanks,

  • Sorry but your english is difficult to understand 🙂

    Can you post a screenshot of your report layout ?

    And the expression you use to display/hide the logo on your header ?

    Please.

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

Viewing 4 posts - 1 through 3 (of 3 total)

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