User-1995655362 posted
I want to create dynamic columns in RDLC reports with the dynamic Dataset.
We are entering the columns name in a Rows in database tables (Because number of columns are not defined)and converting the rows into columns and relatd data from other tables and creating the dynamic dataset.
We have a to bind above defined dataset with RDLC file.
Is there any way to define dynamic columns in RDLC file and bind the data with it?
Piyush