Hello,
I have a table in a report with portrait (or landscape) orientation, and it is wider than the page itself. I need to export it to Word, but when I do this, an unpleasant thing happens. The column of the table that doesn't fit in the Word page, doesn't wrap to the next page. Instead it remains on the first page and its contents hide beyond the page's edge. How to make the generator resolve this issue automatically? Using landscape orientation won't do.
Thanks in advance.
Table wrap when exporting to Word
Re: Table wrap when exporting to Word
Hello.
To answer your question we need to know more detailed.
What size of the page did you set?
Because there is a limit of page size in the Word.
Thank you.
To answer your question we need to know more detailed.
What size of the page did you set?
Because there is a limit of page size in the Word.
Thank you.
Re: Table wrap when exporting to Word
Page size is A4, but this is not the point. I don't need the page size in Word to change, I need the table column that doesn't fully fit on the first page to automatically move to the next page. When I watch the report in viewer, it makes no trouble because there I can see two pages joined into one with a dashed line in the middle, so the cell content is all visible. I need the whole content to be visible in Word as well.
Re: Table wrap when exporting to Word
Hello.
You could try to set next static option:
Thank you.
You could try to set next static option:
Code: Select all
StiOptions.Export.Word2007.DivideSegmentPages = false;