When there are both ascii characters and non-ascii characters (such as Chinese) in the text box, the position of line wrapping in Docker is incorrect.And some data lost.
The code:
<?xml version="1.0" encoding="utf-8"?><Report Width="17cm" Name="Report2" xmlns="http://schemas.telerik.com/reporting/2020/2.0"> <Items> <PageHeaderSection Height="2cm" Name="pageHeaderSection1" /> <DetailSection Height="5cm" Name="detailSection1"> <Items> <TextBox Width="2.9cm" Height="1.3cm" Left="0cm" Top="0cm" Value="textbox1113333333测试测试测试123456789" Name="textBox1" /> </Items> </DetailSection> <PageFooterSection Height="2cm" Name="pageFooterSection1" /> </Items> <PageSettings PaperKind="A4" Landscape="False"> <Margins> <MarginsU Left="2cm" Right="2cm" Top="2cm" Bottom="2cm" /> </Margins> </PageSettings> <StyleSheet> <StyleRule> <Style> <Padding Left="2pt" Right="2pt" /> </Style> <Selectors> <TypeSelector Type="TextItemBase" /> <TypeSelector Type="HtmlTextBox" /> </Selectors> </StyleRule> </StyleSheet></Report>