passing multiline text to the report
Hello
I have areport i made it by crystal report and i want to pass a multiline text to the report and i write this code but i don't know what's the wrong on it
crystalreport1.DataDefinition.FormulaFields("unbou ndstring1").Text = Chr(34) & reporttext & Chr(34)
when i pass single line text it's pass it but it's not accept
multiline text it's show me error message
Thanks
|