Tuesday, February 21, 2012

Report Header

How can I create a header that will only appear on the first page? The page header doesn't seem to have an expression area that would accomplish this and globals are not useable in table headers.

Thanks

You could try putting your first page header inside a rectangle in the page header. You can set the visibility of the rectangle to the expression:

=(Globals!PageNumber <> 1)

If you have another header that you want to appear on other pages you could use a second rectangle with the visibility expression:

=(Globals!PageNumber = 1)

|||

However if the header sizes are different then it's showing whitespace.

Is there any workaround to resize the page footer?

|||

Hi

If your using a table report you can go to the table
properties and uncheck the combobox that says:

'Repeat row header on every page'

G

No comments:

Post a Comment