Suppressing a page of a report

Is it possible to suppress a page of a report? Sometimes, depending on the data, I want to print all of a 5 page report. At other times, I want to suppress the first page, so only pages 2 through 5 are printed.

You should be able to hook up the IsVisible property of the 1st page to your condition boolean.

I can affect the visibility of individual items (like text or fields) using this method, but it doesn’t seem to work on pages.