Hello.
i have a table which takes longer them one page.
the page brakes inside the table despite haveing these code lines.
NodeCollection rows = doc.GetChildNodes(NodeType.Row, true);
foreach(Row row in rows)
row.RowFormat.AllowBreakAcrossPages = false;
any ideas ?
Thankes (Doc attached