Here's what I want to do:
I have a report that when I run it, it outputs a word document.
Now I wanted to extend the word layout with a new table whose values are visible or not via different conditions. Because I was not able to do that, I have contacted the Microsoft support and they told me that there is no "Conditional Formatting".
For this reason, I thought I would just create an RDLC layout for the table, then save it as a word file and merge it with the other word file. This way the table would be just a kind of attachment, but I would have both contents in one file.
Is such a merge not possible?