unexpected line break when exporting docx file
unexpected line break when exporting docx file
Hi,
There is no breaker in mrt file, but there is an unexpected line break in eported docx file.
And actually the whole paragragh seems to be splited into 2 table block?
Can you help?
thanks.
There is no breaker in mrt file, but there is an unexpected line break in eported docx file.
And actually the whole paragragh seems to be splited into 2 table block?
Can you help?
thanks.
- Attachments
-
- cap2.JPG (74.19 KiB) Viewed 3230 times
-
- cap1.jpg (59.17 KiB) Viewed 3230 times
Re: unexpected line break when exporting docx file
Hello.
The report is exported to Word 2007 format in table mode.
Please, set the rtfparagraph to this text component. You could read more about this in our User Manual
You could also try to use RTF export and set there Frame Mode.
Thank you.
The report is exported to Word 2007 format in table mode.
Please, set the rtfparagraph to this text component. You could read more about this in our User Manual
You could also try to use RTF export and set there Frame Mode.
Thank you.
Re: unexpected line break when exporting docx file
Hi, Aleskey,Aleksey Andreyanov wrote:Hello.
The report is exported to Word 2007 format in table mode.
Please, set the rtfparagraph to this text component. You could read more about this in our User Manual
You could also try to use RTF export and set there Frame Mode.
Thank you.
I set the rtfparagraph to this richtext component, the text is not in table cell now,
but there is still unexpected line break in the paragraph.
can you help?
Here is the code when i exporting document.
Code: Select all
report.Render(false);
StiWord2007ExportService service = new StiWord2007ExportService();
StiWord2007ExportSettings settings = new StiWord2007ExportSettings();
settings.UsePageHeadersAndFooters = true;
FileStream filestream = File.Create(strOutputFilePath);
service.ExportWord(report, filestream, settings);
filestream.Close();
- Attachments
-
- cap.jpg (82.09 KiB) Viewed 3212 times
Re: unexpected line break when exporting docx file
Please, try to set properies of the page UnlimitedHeight=true and UnlimitedBreakable=false.ethan.shi wrote:but there is still unexpected line break in the paragraph.
Could you clarify what product do you use?ethan.shi wrote:Here is the code when i exporting document.Code: Select all
report.Render(false); StiWord2007ExportService service = new StiWord2007ExportService(); StiWord2007ExportSettings settings = new StiWord2007ExportSettings(); settings.UsePageHeadersAndFooters = true; FileStream filestream = File.Create(strOutputFilePath); service.ExportWord(report, filestream, settings); filestream.Close();
Thank you.
Re: unexpected line break when exporting docx file
It works, the break of this paragraph is OK,Aleksey Andreyanov wrote:Please, try to set properies of the page UnlimitedHeight=true and UnlimitedBreakable=false.
but when set UnlimitedHeight=true, the pagefooter disappered...
How can I get the pagefooter back?
thanks!
my version is Stimulsoft Reports.Ultimate 2013.1Aleksey Andreyanov wrote:Could you clarify what product do you use?
Thank you.
Re: unexpected line break when exporting docx file
Hello.
Could you send us your report template with sample data which reproduces the issue?
Thank you.
Could you send us your report template with sample data which reproduces the issue?
Thank you.
Re: unexpected line break when exporting docx file
hi,AlekseyAleksey Andreyanov wrote:Hello.
Could you send us your report template with sample data which reproduces the issue?
Thank you.
Please find it in the attachment.
Thanks!
- Attachments
-
- Export.zip
- (201.56 KiB) Downloaded 251 times
Re: unexpected line break when exporting docx file
Hello,
Please check the next prerelease build when it will be available and let us know about the result.
Thank you.
We made some improvements in that direction.ethan.shi wrote:It works, the break of this paragraph is OK,
but when set UnlimitedHeight=true, the pagefooter disappered...
Please check the next prerelease build when it will be available and let us know about the result.
Thank you.
Re: unexpected line break when exporting docx file
Hi, IvanIvan wrote:Hello,
We made some improvements in that direction.ethan.shi wrote:It works, the break of this paragraph is OK,
but when set UnlimitedHeight=true, the pagefooter disappered...
Please check the next prerelease build when it will be available and let us know about the result.
Thank you.
Thank you!
Re: unexpected line break when exporting docx file
Hello,
Have a nice day!
Have a nice day!