combine two fields & bold one in Crystal Report

1.7k Views Asked by At

want to combine two database field having datatype string.from that two fields first one make bold. e.g.-EmployeeName(with Font Bold)+Address(with regular font). i am using VS 2008 in build crystal report.

1

There are 1 best solutions below

0
On BEST ANSWER

try below:

Take a formula and write below code:

"<b>"+EmployeeName+"</b>" + Address

Then go to the format field of the formula and then to paragraph tab there change the text representation to HTML Text