开发者

How do you insert a newline in an RDL Textbox?

开发者 https://www.devze.com 2023-01-30 12:27 出处:网络
How do you insert a newline in an RDL-2005 textbox definition ? Example: how to display FooNewline on a newline inside the textbox:

How do you insert a newline in an RDL-2005 textbox definition ?

Example: how to display FooNewline on a newline inside the textbox:

`<Textbox Name=""RdlDescriptorLegendTextbox"">                开发者_JS百科                
      <Value>Foo FooNewline</Value>
</Textbox>`


edit textbox expression try some thing like

 ="1st line" & vbcrlf & "2nd line" 


I might be missing something, however I'm able to do it like so:

<Textbox Name="textbox10">
   <Value>Foo
    FoodNewline</Value>
</Textbox>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号