I have a requirement to use a table's column names as my Tablix column names. Please give me an example on how to do this. To describe my requirement clearly, In a table, I have column names which are StoreIDs. I need to display these StoreIDs as column names in my tablix. Please give me a sample code on how to do this.
My report output should look like image in below link:
http://imgur.com/a/Wsy1g
My table is RowDstbnMatrix [item],[204],[206],[207],[208]..
The numbers should come into the columns of RDLC dynamically(They can be added or removed later as they are storeIDs). Please help me know how to do it. This is urgent