Add column to table dynamically with Reporting Engine using .NET Core

Hi,

We would like to be able to add a column to a table based based on the data inputted into the engine.
For instance with two pieces of data we would want two columns. With one piece we would want one.

I cannot seem to get the engine to create a new column with the second piece of data. It will either error out or create a second whole table.

Any help would be appreciated

@nross

Unfortunately, LINQ Reporting engine does not support to create/add column to table. However, you can achieve your requirement by creating template document with extra column that contains one table with one row and one column/cell. Please use the same approach that you are using to create rows for this inner table.

If you still face problem, please ZIP and attach your input, problematic output and expected output documents. We will then provide you more information on it.