This is a migrated thread and some comments may be shown as answers.

HtmlTextBox causing PageBreak

1 Answer 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 19 Feb 2013, 10:45 PM
I have an HtmlTextBox within the bottom Rows of my table and everything in its parent hierarchy has "KeepTogether=False".

If the Html Content is bigger then one page it is causing a PageBreak before and after it rather then running together with the content above and below it.

DetailSection.KeepTogether = False (PageBreak.None)
Table.KeepTogether = False
HtmlTextBox.KeepTogether = False



Is there any other settings I should check?


Thanks

1 Answer, 1 is accepted

Sort by
0
Hadib Ahmabi
Top achievements
Rank 1
answered on 22 Feb 2013, 01:26 PM
I don't believe that you can since the big item is inside a table. This is automatic behavior. 
Tags
General Discussions
Asked by
Steven
Top achievements
Rank 1
Answers by
Hadib Ahmabi
Top achievements
Rank 1
Share this question
or