Fixing a Textbox on each page in SSRS

Asked

Viewed 81 times

0

Hello.

I’m developing a report that contains the person’s name and a table of her information. It is arranged so that the name is on top of the table.

Nome: Fulano

Dado1 | Dado2 | Dado3
---------------------
aaaa  | bbbbb | cccc
aaaa  | bbbbb | cccc
aaaa  | bbbbb | cccc

When there is a lot of information in the table it is continued on the next page, there is the challenge. I want to make appear the name of the person on that page. Something like the header. Is there any way to fix the textbox for each page?

1 answer

0


I found the solution I needed.

In the body of the report I added a List within that List I added a Table.

Keeping the List selected, in the field below Row Groups I changed the properties

Group Proprerties > General > Add > Reference code for break

Done this, I go to my table. Active the Advanced Mode:

Next to Column Groups has an arrow pointing down

This should enable static mode (Static). Click on the first Static and precione F4 to open the properties. On the other set (Others):

Keepwithgroup switch to After

Repeatonnewpage switch to True

With this done, click on the left side of your Table’s Header and add a new top row, so this new row will be present on all pages.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.