Hi, I want to ask how to set font size expression in concatenate string? example:
="Reference Type : "+ Fields!InventRefType.Value
="CW Started Quantity : "+FormatNumber(Fields!PdsCWBatchSched.Value, 2)
="Delivery Date : "+Format(Fields!DlvDate.Value,"dd-MM-yyyy")
I want to make the value of Fields!InventRefType.Value, Fields!PdsCWBatchSched.Value and Fields!DlvDate.Value to have font 8pt and the rest is 7pt.
Thanks
*This post is locked for comments
I have the same question (0)