Hi, I have this code for the bottom border of 2 cells in my tablix. In most of my testing thus far where my data allows me to generate 6 tablix "rows", the 3rd and 6th are colored that way. When i save to pdf it appears maybe the border under both is double gray all the way thru. Can somebody help?
...<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<BottomBorder>
<Color>Black</Color>
<Style>Solid</Style>
</BottomBorder>...