Cross Tab Export Column Names

Stimulsoft Reports.NET discussion
Post Reply
Tom7
Posts: 21
Joined: Wed Mar 24, 2010 5:22 am
Location: Belfast

Cross Tab Export Column Names

Post by Tom7 »

Hi All

When exporting a Cross-Tab to CSV, is there any way to set the names of the columns? cant seem to find anywhere on the column properties within the cross tab to change them, they export like:
Cross_Tab1_Row1
Cross_Tab1_Row2
Cross_Tab1_SumHeader1
Cross_Tab1_Sum1
Cross_Tab1_Sum1

Any one any ideas?
Anton Lozovskiy
Posts: 135
Joined: Tue Aug 11, 2009 9:38 am

Cross Tab Export Column Names

Post by Anton Lozovskiy »

Hello,

For CSV and DBF and XML export you should set the following in the Tag property of the StiText component:
CSV: "ColumnHeaderName"; DBF: "ColumnHeaderName"; XML: "ColumnHeaderName"

We make a file that shows how it works (component CrossTab1_Sum1.Tag)

Thank you.
Attachments
381.CrossTabWithoutRows.zip
(3.51 KiB) Downloaded 3812 times
Post Reply