I am creating an RDL and I am querying from a database.
I am selecting this columns from my database:
ID, Car Brand, Car Model, Year
Now what I want to show in my RDL is the following columns
ID, Car Brand, Car Model, 2009, 2010, 2013 - (NOTE: the year are from the Year column in my database and I want it to make it as a column in my RDL, and also dynamically, whenever a new year (2014) is added in the Year column in my database, then this will create a new column in my RDL so it will become ID, Car Brand, Car Model, 2009, 2010, 2013, 2014
----------------------- Sharepoint Newbie