Joined: 17 Jun 2010
Online Status: Offline
Posts: 27
Topic: Need new lines Posted: 15 Oct 2018 at 5:29am
From ASP.NET project, a textobject was assigned from a text box txtCOMMENT like below.
AAA
BBBB
CCCCC
But, display in report is "AAABBBBCCCCC"
How to add new line break?
Dim objTextComment As CrystalDecisions.CrystalReports.Engine.TextObject = rpt.ReportDefinition.Sections(2).ReportObjects("MYCOMMENT")
objTextComment.Text =txtCOMMENT.Text
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