|
-
December 10th, 2006, 01:55 PM
#1
MultiLines in Text Object question.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|