How do you insert a newline in an RDL Textbox?

sthiers picture sthiers · Dec 15, 2010 · Viewed 18.6k times · Source

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"">                                
      <Value>Foo FooNewline</Value>
</Textbox>`

Answer

George Botros picture George Botros · Mar 6, 2012

edit textbox expression try some thing like

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