Hello All,
I currently have an RDLC with 9 columns with headers that displays the data if it belongs to that header category. The report works fine for now. However, I need to make a few changes to it. For instance:
1 - The headers are static and I want to make them dynamic pulling from the Data. Can I use an expression? I have GroupID which contains ids from 1 to 9, If the GroupID matches one of them I want to display GroupName correspondent to the GroupID. Both DataFields are on my DataSet
2 - The records now show on individual rows. What I mean by that is, even if GroupID 1 has 10 records, it still shows 10 different lines and if GroupID 2 has records it will also show on different lines, making the report too long. Is there a way to combine all records of the same GroupID in one row, one column? Also if it has records that meet the criteria from a different GroupID to be on the same row/columns as the first GroupID?
Once again, thanks for the help in advance. I appreciate
Leo