c# - Unnecessary wrapping of text in crystal report -
i facing strange problem while working crystal report in vs 2012. using formula field create string , displaying field in report.
but problem while executing report, text in field automatically wraps before ending of current line.
i've absolutely no idea doing wrong.
refer attached snapshot. text in line "1" wrapping way before line ending.
code using in formula field:
'आपको उकत आवस जरिये लॉटरी/दिनांक '+cstr({lottaryallotment_detail.allotmentdate},"dd mm yyyy")+' को रुपये '+cstr({master_lottary.totalamount})+' मे आंवटन किया गया है।'+' '+ 'आप द्धारा आवास गृह की अमानत व पूर्व ग्रहण राशी रु '+ cstr({master_lottary.earnestmoney})+' जमा करा दी है एवं शेष राशी किश्तो में जमा करने बाबत मांग पत्र मांग पत्र जारी किया जा चुका है।'
i think problem has character encoding since use hindi language. try set font arial unicode ms solve it.
Comments
Post a Comment