I am using the following command from C#:
_report.ExportDocument(StiExportFormat.Text, path);
The text file is generated as expected.
The only problem is that there is a leading blank column on every line, like this:
Code: Select all
54875216604.248.864/00007201223042013ASDFASD@asdf.asE9E45446F5A4EC8B2EE3
16/07/2012 00:00:00
Could you guys give me a hand on this?
Thanks