I receive an exception when exporting a report which contains an empty RTF field:
Steps to reproduce:bei Stimulsoft.Report.Components.StiRichText.UnpackRtf(String str) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report\Components\SimpleComponents\StiRichText.cs:Zeile 1705.
bei Stimulsoft.Report.Export.StiWord2007ExportService.WriteCellContent(XmlTextWriter writer, StiCell cell, Boolean& needEmptyParagraph, Int32 indexRow, Int32 indexColumn, Int32[] wordCoordX, Int32[] wordCoordY) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report\Export\Services\Office\StiWord2007ExportService.cs:Zeile 1206.
bei Stimulsoft.Report.Export.StiWord2007ExportService.WriteFromMatrix(XmlTextWriter writer, Int32 startLine, Int32 endLine, Boolean outHeadersAndFooters) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report\Export\Services\Office\StiWord2007ExportService.cs:Zeile 828.
bei Stimulsoft.Report.Export.StiWord2007ExportService.WriteDocument(StiPagesCollection pages, StiReport report, Boolean outHeadersAndFooters) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report\Export\Services\Office\StiWord2007ExportService.cs:Zeile 1779.
- Create a new report
- Add data band with count 1
- Add RTF component
- Switch to preview
- Export to Word
Thank you,
Markus