I agree that it might be easier to add a page break to your report and add your information page to this page. I donβt know what you are using to create your Visual Studio 2005/2008 report, but here are some instructions for adding a page break to VS 2005.
How to set page breaks
Determining page size and page breaks
Iβm not sure how your report is configured, but if the instructions indicate the following:
To add a page break to a report item Right-click the report item and then click Properties. **Note** Item page breaks apply only to the report items rectangle, table, matrix, list, and chart. On the General tab, for Page breaks, select Insert a page break before this list (rectangle, table, or matrix) or Insert a page break after this list (rectangle, table, or matrix).
Therefore, keep in mind that applying page break to an element should be a rectangle, table, etc. I just did a test in VS2005 and added a rectangle, and then placed a text box inside with the data at the top and it placed it on a separate page in the report.
Hope this helps.
Taryn source share