Hide PageFooter on first page

Posted by: heiry on 4 September 2022, 5:45 am EST

  • Posted 4 September 2022, 5:45 am EST

    How can i hide the PageFooter on the first page of a report?

  • Posted 4 September 2022, 3:32 pm EST

    Hi,

    Thanks for reaching out to us with your query.

    To achieve your requirement. You can write a VBScript for PageFooter.OnFormat as :(see code snippet)

    
    If Page = 1 Then
    PageFooter.Visible = False
    Else 
    PageFooter.Visible = True
    EndIf
    
    

    Please refer the attached report sample for the same : SimpleReportPage.zip

    Best Regards,

    Nitin

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels