Hi all. I'm working on an electronic report (word configuration) for Purchase Orders, and I need help with conditionally displaying specifications and charges. Each PO can have multiple line items, and each item may have multiple specifications and multiple charges. I want to include this data in the report, but only display the specs and charges sections if they exist for that specific line.
For this purpose, I tried using the Enabled and Removed property in the format mapping. The Enabled property works correctly for controlling the mapping of content on the report. However, on using the Removed property, it shows inconsistent behavior. The content control does not get hidden, and blank spaces appear on the report for the charges, while doing the same for specifications throws an Object Reference Error.
Has anyone else faced a similar issue within repeating content controls, is this possibly a MSFT bug?