I'm using VS2008 and VS2013 in order to create some small client reports for our customers. However, everything I try to do to make this work is getting me nowhere, and half the tutorials I see either don't apply anymore, or apply differently to either VS2008, VS2010, or VS2013.
What I'm trying to accomplish seems easy in concept. The page is to have 3 columns, with a table repeating through the columns. The table had three columns, a customer number, a delivery amount, and then a blank column.
However, everything I try either: A) Causes repeating data. B) Creates one column that continues onto the next pages without repeating it's header. C) Simply causes a code error.
I've looked into various things, and I've seen a few get extremely close (Wrap table to multi columns in RDLC), however, I'm unable to replicate what they're doing in my versions because usually just one of the things they're doing, I don't seem to have access to. (In the link above, try as I might, I can't get the group to span two columns like his picture showed)
Is there something extra I need to download in order to get this working?
Any help would be appreciated (or a recommendation to another .net report designer).