[CSV] Disable first line generation ?

Stimulsoft Reports.NET discussion
Post Reply
NicolasM
Posts: 23
Joined: Tue Mar 08, 2016 1:53 pm

[CSV] Disable first line generation ?

Post by NicolasM »

Hello,

I would like to export to CSV a file with general data at top, followed by a Table. I would like to keep this layout in CSV, so I would like to have, on first lines, general data and after, a line with th header and all lines with data.

For this, I disable SkipColumnHeaders to have header after general data. But what about the generated first line (where I have cells name) ? Can I disable the generation on this line ?

Thanks in advance for any help.

N. M.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: [CSV] Disable first line generation ?

Post by Edward »

Hi Nicolas,

Yes, that is possible. Please use the save dialogue configuration as follows to remove all the data and to have only the table:
CSV_Data_Only.png
CSV_Data_Only.png (13.75 KiB) Viewed 1354 times
But if you need the header data to be present as well, then add the required data to the header band and then please use the following configuration:
CSV_Data_And_Header.png
CSV_Data_And_Header.png (13.76 KiB) Viewed 1354 times
Thank you,
Edward
Post Reply