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>`
edit textbox expression try some thing like
="1st line" & vbcrlf & "2nd line"