Posted 7 June 2019, 1:54 am EST
Hello,
I have application which stores data (table in this case) in rtf format. When I want to display that data on the report in the RichTextBox control, table is not displayed correctly (There are no borders and text is not in the correct location).
But when I add some breaklines/“enters” in the text editor in my application, table is displayed correctly but with free space below. This rtf seems to be fine becouse it is not displayed correctly only on report preview.
Attached file include rpx layout with script that fill RichTextBox.
Point 1- in the script section there is the rtf without breaklines.
Point 2- is the the rtf with breaklines.
Could you advise me what can be done in this case? Is it setup issue or a bug?
testLayout.zip