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
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