Hello all,
I'm stuck since yesterday with a page break problem on reporting services (2008). I've also have to add that I've started to work with reporting a week ago, so I may misunderstand some of its aspects.
Let's say I've got a dataset, holding two fields, namely A and B . To display these data, I've created a table which looks like :
--------------------
| A Header |
--------------------
| A Value |
--------------------
| B Header |
--------------------
| B Value |
--------------------
All values and headers belongs to the same group.
However, sometimes, when B content is too long, the resulting pdf displays the B header at the bottom on the first page, and its content in the next page.
What I do want, if B Header and B content don't fit on the current page, is to insert a page break before B header, so that the header and the beginning of its content would always be on the same page. Otherwise, I don't want any page break inserted, as both lines would fit on the current page.
Is there a way to do that ? I tried to play with the keep together option without any success, I must have misunderstood how its works...
Thanks.