I need to insert a table inside a table component in any one of the column or row in order to design a dynamic report table.
Are the number of columns consistant at least? If so you can supply that or calculate it in a data source script and populate it that way. If the number of columns is variable as well then I don’t think its possible to make it completely dynamica, you willneed multiple reports - 1 if there is 3 columns, 1 if there is 4 columns, 1 if there is 5 columns etc, and then in your logic you’ll have to execute the correct report for your use at that time.