to UpperCase
Posted: Sun Apr 06, 2008 8:15 am
How do I change the text in some datafields to UpperCase?
Best regards
Leif Linding
Best regards
Leif Linding
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
{Customers.CustomerName.ToUpper()}
Code: Select all
{ToUpperCase("joe bloggs")}