Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7604437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:54:33+00:00 2026-05-30T23:54:33+00:00

I have an SSRS report with a simple tablix control where (using advanced mode

  • 0

I have an SSRS report with a simple tablix control where (using advanced mode for row groups / column groups) I’ve set one of the rows to repeat on each page. I was hoping that when a heading is repeated on a new page I could use an expression to change the column heading to the original column heading plus some extra text (for e.g. on page one the heading would be ‘heading’ but on page two the heading would be ‘heading cont..’).

Is this possible and if so how would I go about accomplishing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T23:54:35+00:00Added an answer on May 30, 2026 at 11:54 pm

    The problem is that the group header is formatted only once per group and simply repeated on each page. For instance, add the following code to your report in the custom code (right-click report, choose Properties and select the Code tab):

    Dim Ctr As Integer
    
    Public Function ShowCtr As Integer
        Ctr = Ctr + 1
        ShowCtr = Ctr
    End Function
    

    Then add this formula to a cell in the group header:

    =Code.ShowCtr
    

    You’ll see that the value is the same for each group header on each page for that group – it doesn’t get recalculated every time it prints. So we can’t use the group header.

    Chris Hays has a way to do this using the table header on his blog: “Continued” Header on Subsequent Pages

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two Tablix controls on my SSRS report. I want one of them
I hope this isn't too simple, but I have a report retrieves rows using
I have a ssrs report . There is a matrix with 2 row groups(from
I have created a one-time subscription in SSRS report manager 2008. However I keep
I have a SSRS report which displays hundred of rows. I was wondering if
I know nothing about SSRS I have an SSRS report with a column containing
I have a report in SSRS and one of the parameters I use is
I have a simple bar chart in an SSRS 2008 R2 report which is
I have report developed in SSRS 2005. It is a simple and straight-forward report
I have a report, which is developed in SSRS 2005 and i am using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.