How do I change the text in some datafields to UpperCase?
Best regards
Leif Linding
to UpperCase
to UpperCase
You can use the built-in string functions for .NET
Or you can use the built-in string functions for StimulReport
Code: Select all
{Customers.CustomerName.ToUpper()}
Code: Select all
{ToUpperCase("joe bloggs")}