There is a variety of built-in functions available in the Report Designer. These functions can be accessed directly from the data dictionary, or from within the Expression Editor. Here is an example of a built-in function:
OR
The use of the Trim function in the above examples removes leading and trailing spaces from the result in the report.
Beyond the built-in functions, you can use any available .Net Framework methods. The following examples apply to string expressions:
The following examples apply to numerical expressions:
If methods are available in .NET for the type you are using in a report, you can use them without restriction.