ExportDocument to text file has a leading blank column
Posted: Tue Apr 23, 2013 1:22 pm
Hello there, I am trying to save a sti report as text file, the sole purpose of this report is this.
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:
I´ve been looking around and it seems that this issue is related to the "draw border" option, but I can't find a way to disable that, neither from C# nor from within the mrt file...
Could you guys give me a hand on this?
Thanks
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