Export to rtf using Tabbed Text format
Posted: Wed Jun 29, 2011 2:41 am
Hi there,
we've got a problem exporting a report to rtf.
We're using the .RtfTabbedTextformat.
code: m_StiReport.ExportDocument(StiExportFormat.RtfTabbedText, "C:\Test3.rtf")
The Export is working fine, the .rtf file is created, but... the tabstops are not set correct. I can send the .rtf File if you need.
We need this format, because our customer want's .rtf file and edit the text after export, so using the other .rtf formats like rtftable are not an option.
Are there any settings for rtftabbedtext like setting the first tab distance etc. ?
Also winword export using tables, so it's difficult for the user to edit the text's.
code: m_StiReport.ExportDocument(StiExportFormat.RtfWinWord, "C:\Test5.docx")
Version used: 2011.2.1014.
The Problem occurs only in the Multiline Textboxes, the 1st line of text is placed right, but then no tabs are set.
It'seems that the Tabstops are not set right when text contains more than 1 Line. Autowrap is on.
Any hints ?
thx
Stephan
we've got a problem exporting a report to rtf.
We're using the .RtfTabbedTextformat.
code: m_StiReport.ExportDocument(StiExportFormat.RtfTabbedText, "C:\Test3.rtf")
The Export is working fine, the .rtf file is created, but... the tabstops are not set correct. I can send the .rtf File if you need.
We need this format, because our customer want's .rtf file and edit the text after export, so using the other .rtf formats like rtftable are not an option.
Are there any settings for rtftabbedtext like setting the first tab distance etc. ?
Also winword export using tables, so it's difficult for the user to edit the text's.
code: m_StiReport.ExportDocument(StiExportFormat.RtfWinWord, "C:\Test5.docx")
Version used: 2011.2.1014.
The Problem occurs only in the Multiline Textboxes, the 1st line of text is placed right, but then no tabs are set.
It'seems that the Tabstops are not set right when text contains more than 1 Line. Autowrap is on.
Any hints ?
thx
Stephan