DataTable TableObject Report with columns repeated when wrapped
I am using FastRreport.Net in a C# Winforms application to create a report that looks like the first attached image.
The application passes a DataTable to the report which is used to populate a TableObject.
It is not known before creating the report how many rows or columns there will be but each time it wraps it needs to have the first two columns at the start.
I have got fairly close to this using one of the demo solutions and report templates - second image.
The part I'm struggling with is how to get the first two columns repeated each time the table wraps.
The application passes a DataTable to the report which is used to populate a TableObject.
It is not known before creating the report how many rows or columns there will be but each time it wraps it needs to have the first two columns at the start.
I have got fairly close to this using one of the demo solutions and report templates - second image.
The part I'm struggling with is how to get the first two columns repeated each time the table wraps.
Comments