LINQ Reporting Engine

I’m evaluation the LINQ Reporting Engine for creation of invoices and similar documents and have a few questions.


Is it possible to create a design with an invoice rows section that spans multiple pages and have the same rows header on all pages?

Is it possible to have a fixed height rows section and when full a second page is created?

Is it possible to have different page headers on the first page compared to the rest?


Se the attached example of an layout that I would like to fill with the LINQ Reporting Engine.

I know some of these questions are related to Word but I can’t find a way to build the template to solve this.

Hi Henrik,

Thanks for your inquiry.
hrydberg:
Is it possible to create a design with an invoice rows section that spans multiple pages and have the same rows header on all pages?
Yes, you can achieve your requirements using Linq reporting engine. We suggest you please check sample template and code from following links.
Typical Templates
Template Syntax
hrydberg:
Is it possible to have a fixed height rows section and when full a second page is created?
Please note that MS Word documents are flow document. When you build a report from a template using Linq reporting engine, the contents may flow to next pages in output document. If row height of table is fixed (row height rule is Exactly), the content will not flow to next page.
hrydberg:
Is it possible to have different page headers on the first page compared to the rest?
Could you please share some more detail about this query along with expected output Word document? We will then provide you more information about this query.