Hello Dale,
1) If you need to have different currencies in one project you can define own pattern for the field or summary control.
Just select
Number value for property
Kind and input a format, like here:
₱#,##0.##
It will produce values like
2,222.99
The format can be quite complex, it is implemented by the ICU library.
Here is the
documentation for formatting in reports.
2) Or if you just want to print one currency instead of another in entire project - it is controlled by Locale setting on the project tab.