Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Wrap Text in a iTextObject Post Reply Post New Topic
Author Message
mastone
Newbie
Newbie


Joined: 21 Sep 2010
Online Status: Offline
Posts: 1
Quote mastone Replybullet Topic: Wrap Text in a iTextObject
    Posted: 21 Sep 2010 at 9:15pm
Hello,
i use crystal 10 and aspnet 3.5 (vb2008).
i have the problem. wrap text in a textobject
 
this is my code:
 
Dim txt As CrystalDecisions.CrystalReports.Engine.TextObject

txt = report.ReportDefinition.ReportObjects("txtobject")

I try
txt.Text = vbCrLf & "MyText"
Or 
txt.Text = chr(13) & "MyText"
 
but not it works. my text not change line.
thank you
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.