Jthayer
Thu May 24 10:40:01 CDT 2007
Hi Manish,
You know, I had seen that in the MSDN documentation and tried it. All it
does is insert the literal \n into the concatenated output string. It does
not cause a new line behavior.
--
John
"Manish Bafna" wrote:
> Hi,
> suppose you have one computed column named col.Then you can set its
> expression property in following way to include new line:
> col.Expression = "FirstColName + '\n' + SecondColName";
> I would advise you read article in below link for further insights:
>
http://msdn2.microsoft.com/en-us/library/ms810291.aspx
> Hope this helps
> --
> Hope this helps.
> Thanks and Regards.
> Manish Bafna.
> MCP and MCTS.
>
>
>
> "JT" wrote:
>
> > Hi all,
> > When concatenating strings in a datacolumn.expression for a computed
> > datacolumn, is there a special character I can insert to specify that I want
> > a carriage return (Environment.NewLine) between two of the strings?
> >
> > Thank you.
> >
> > --
> > John