Consider the following scenario:
- You create an RDLC report by using Microsoft Visual Studio 2010.
- You add a Tablix control to the report body.
- You set the Hidden property to TRUE for a text box that is in the Tablix header.
Note This text box is also known as a hidden text box. - You display the hidden text box value in a page header or footer by referencing the ReportItems collection.
- You view the RDLC report by using the Microsoft Report Viewer Redistributable 2010 control.
- You try to export the report to a file that is a hard page-break renderer. For example, you try to export the report to a PDF-formatted or TIFF-formatted file.