Hi,
I have a table report item in the detail section.
For each detail row, the table is bound to a DataTable in the NeedDataSource event handler of the table.
The DataTable columns vary from one detail row to an other. Say, for the first detail row, the DataTable could have 2 columns and in the second detail row, the DataTable could have 5 different columns.
I would like to add columns to the table at processing time (like inside the NeedDataSource event handler) in order to display the DataTable bound to the table.
Thanks a lot.
Frederic
I have a table report item in the detail section.
For each detail row, the table is bound to a DataTable in the NeedDataSource event handler of the table.
The DataTable columns vary from one detail row to an other. Say, for the first detail row, the DataTable could have 2 columns and in the second detail row, the DataTable could have 5 different columns.
I would like to add columns to the table at processing time (like inside the NeedDataSource event handler) in order to display the DataTable bound to the table.
Thanks a lot.
Frederic