Bold text
Posted: Mon Mar 08, 2010 12:20 pm
I am just learning Stimulsoft, so please forgive my lack of knowledge. I have been able to identify when a row in my datasource is a subtotal row, and I then substitute the word, "Subtotal".
Here is my code: {IIF(Estimate.type == 3 && booleanPrintPrice,Estimate.price,IIF(Estimate.type == 2, "Subtotal",""))}
Now my question is: Can I make this text, "Subtotal", in bold? I can't find an answer in samples or help files.
Thank You.
Here is my code: {IIF(Estimate.type == 3 && booleanPrintPrice,Estimate.price,IIF(Estimate.type == 2, "Subtotal",""))}
Now my question is: Can I make this text, "Subtotal", in bold? I can't find an answer in samples or help files.
Thank You.