Skip to main content
All docs
V23.2

Hide a Control on the First Page

This topic describes how to hide page information on the first page.

Do the following:

  1. Enable ExpressionsAdvanced Mode:

    Report Designer Options Dialog Expressions Advanced Mode

  2. Invoke the Expression Editor for the XRPageInfo control:

    Expression Editor Invoke Page Info

  3. Enter the following expression for the Visible property in the PrintOnPage event handler node:

    ![Arguments.PageIndex] == 0
    

    Expression Editor for the PrintOnPage event

  4. The page information is not displayed on the first page, as shown in the following image:

    Hide page Info First Page