User-1083916677 posted
Have an rdlc report with two datasources and two tablixes. Most of the report renders correctly, however, the two tablixes are out of sync, i.e. i want the groups to be the same for any given report page. my first thought was to filter the second
tablix using a reportitem, but the compiler won't allow that. any ideas how to accomplish this?
I can't put all of the data into a single tablix because I need them to be side by side and each is a different length, not to mention the data is completely different.