How to generate report column wise with LINQ Reporting using .NET

Hi,

Just ask, if we have this function.

My template looks like this


|----------------------------------------------------------- | -------------------------------------------------|

| <<foreach [row in rows]>><<[row.header]>> | <<[column.VALUE]>><< / foreach>> |

|----------------------------------------------------------- | -------------------------------------------------|


The current output will be
header1 value1
header2 value2
header3 value3
… …

Is that possible, it can rotate 90 degree, to be
header1 header2 header3 …
value1 value2 value3 …

Regards,
Zhenyu

@zhenyu.wang

Unfortunately, LINQ Reporting engine does not support to create/add column to table. If your data source is simple, we suggest you please cerate the table using DocumentBuilder as explained in following article.
Working with Tables

If you still want to use LINQ Reporting, please share complete detail of your use case along with input and expected output documents. We will then answer your query accordingly.

Hi Tahir,

Thank you for quick reply.

Then you can close this thread for now.

Regards,
Zhenyu

@zhenyu.wang

Thanks for your feedback. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.