'Add wording to tablix if split across pages

I don't know if this is possible, but what I am looking to do is the following. In SSRS, I have a tablix that may split its content on to a second page if there are enough rows of content. What I want to do is add wording to the tablix header on the second page to show that it is the same table continued, e.g. Table Header (cont.). So the tablix would start like this:

Table Header
First row
Second Row

and when it splits on to the second page, it would show this:

Table Header (cont.)
Third row
Fourth Row

Is this possible to do?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source