Calculated column based on joining two strings

Stimulsoft Reports.NET discussion
Post Reply
Naveen Aggarwal
Posts: 70
Joined: Wed Feb 24, 2010 11:08 am
Location: India

Calculated column based on joining two strings

Post by Naveen Aggarwal »

Is it possible to have a calculated column after joining two or more strings ?
In simple terms is it possible to join (concatenate) two strings or joining a number and a string ?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Calculated column based on joining two strings

Post by Edward »

Hi

Yes, that is possible. You can join any type of columns like follows:

ToString(MyDataSource.MyDataColumn1) + ToString(MyDataSource.MyDataColumn2)

Thank you.
Post Reply