Header data only appears on first page
Hello Everyone I have header info across several text boxes. I also need this header info to appear on multiple pages. I have found several solutions that have worked for a single text box (see below) and my inability to change the global user variable firstHeader when other text boxes call the same GetHeader() Function: Dim firstHeader As String = String.Empty Function GetHeader(ByVal currentHeader As String) As String if Not (String.IsNullOrEmpty(currentHeader)) firstHeader = currentHeader End If Return firstHeader End Function however I was hoping for a more robust solution for all text boxes in the header using this GetHeader() function. Anyone have an idea? Thanks In Advance kwuh97 kwuh97
May 16th, 2012 4:52pm

Hello kw_uh97, If you want to repeat multiple textbox on each page, please refer to the steps below: 1. Select a textbox in the design surface. 2. Set the RepeatWith to Tablix1 (Note: I assume that you have a Tablix control in the report ) If you want to display row and column headers on multiple pages, please refer to the following articles to achieve this: Displaying Row and Column Headers on Multiple Pages: http://technet.microsoft.com/en-us/library/cc627566(v=sql.100).aspx Repeat Header / Keep Header Visible in Tables in RS 2008: http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx Regards, Bin Long TechNet Subscriber Support If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.Bin Long TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2012 10:24pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics