My client wants a long line to name the report on the first page, this line cut through the header of the report. The problem is that they also want to repeat the company’s logo through each page but do not repeat the long line on the first page.
I tried many ways, including one way that was when I drew 2 logos, one at the header and one in the body. The logo in the header is just not displayed in the First page, leaving the body logo to do that can draw lines. However, it seems that the report Builder does not support the hide of the header at First Page, because even if I use IIF (Globals! Pagenumber = 1, True, False) to hide the header’s value at First Page, it still leaves behind The space is as big as the logo.