J
JOHNV
Hi all,
I have a problem that I hope someone can help with. I am using c# to create
a report in Word , which consists of many individual tables of various sizes.
Sometimes the tables are so small that 2 or 3 fit on each Word document
page. Before running the report, I have no idea how many rows will be in
each table.
Anyway, I have set "repeat as header row", so that the column headers appear
on both pages when a table gets broken up between pages. Works OK, except
for one issue. When table starts at bottom of a document page, I might see
only the first row of a report, which consists only of the column header row.
At the top of next page, a repeated column header row appears, as expected,
along with the data rows.
It looks really goofy, and I can't publish a report like this. I would
rather not break the page before every table, because then many report pages
would be almost empty, due to lots of small tables.
Can anyone out there help with this??
Thanks,
John
I have a problem that I hope someone can help with. I am using c# to create
a report in Word , which consists of many individual tables of various sizes.
Sometimes the tables are so small that 2 or 3 fit on each Word document
page. Before running the report, I have no idea how many rows will be in
each table.
Anyway, I have set "repeat as header row", so that the column headers appear
on both pages when a table gets broken up between pages. Works OK, except
for one issue. When table starts at bottom of a document page, I might see
only the first row of a report, which consists only of the column header row.
At the top of next page, a repeated column header row appears, as expected,
along with the data rows.
It looks really goofy, and I can't publish a report like this. I would
rather not break the page before every table, because then many report pages
would be almost empty, due to lots of small tables.
Can anyone out there help with this??
Thanks,
John