Hi
Problem:
I hav etext object on the report
and set to it the text from C# program

TextObject objTxt = (TextObject)rpt.Section2.ReportObjects["txtSome"];
objTxt = "One\r\nTwo\r\nThree";

I want to see in the Report
One
Two
Three

But see
OneTwoThree

Do you know how to fix this problem?
Thanks,
Alex.