CSV report with multiple tables

Stimulsoft Reports.NET discussion
Post Reply
cmcardle75
Posts: 19
Joined: Thu Dec 03, 2009 10:38 am

CSV report with multiple tables

Post by cmcardle75 »

When I try to export a report with multiple tables (using DataBand), the CSV export merges the tables together into one large table, intermingling rows and columns. Is there any way to get it to produce two separate tables, perhaps with a newline between them?
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

CSV report with multiple tables

Post by Andrew »

Hello,

Unfortunately, it is not possible.

Thasnk you.
cmcardle75
Posts: 19
Joined: Thu Dec 03, 2009 10:38 am

CSV report with multiple tables

Post by cmcardle75 »

Andrew wrote:Hello,

Unfortunately, it is not possible.

Thasnk you.
I was able to do it eventually by looping through the report, only enabling one databand at a time, executing the report each time and concatenating the results together.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

CSV report with multiple tables

Post by Edward »

Hi

Thank you for this feedback.
Post Reply