Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
Value Converters in XAML Report
posted

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? 

Parents
No Data
Reply
  • 1125
    posted

    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

Children
No Data