Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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