Does anyone know how to tell a report to only show the page header when you are not on the first page.
I have tried the following code, in both the on page and report header on Print events, but can't seem to get it to work.
If {Page] <> 1 Then
PageHeaderSection.Visible = True
End If
Thanks,
Gavin,
I have tried the following code, in both the on page and report header on Print events, but can't seem to get it to work.
If {Page] <> 1 Then
PageHeaderSection.Visible = True
End If
Thanks,
Gavin,