Instead of using the if statement structure in order change the data that is being displayed in the tables -- which can get extremely unmaintainable depending on the complexity of the converting, are we able to harness a benefit of having an xaml based report by including and using a ValueConverter within the code of the report to accomplish this task?
Hi Aaron,
In addition to what Andrés pointed out, on 11.2 you will also be able use format strings for your labels, so that you do not need to fiddle with complex expressions or object data sources for labels that are meant to represent currencies, dates, or other similar information.
Regards,Héctor