CSV Export

RamyaRamya cbe
edited 11:02AM in FastReport .NET
Hi,

If I exporting the report to csv file, I am getting some empty columns inserted in between.

Kindly help me to remove the empty columns and display only the defined columns.

Thank you.

Comments

  • edited 11:02AM
    Hello,

    Please send me your report file (.frx) and the prepared report (.fpx, save from preview).
    tz@fast-report.com
  • edited 11:02AM
    If you want accurate CSV export output, you have to fix your report. In your case, two report objects causes extra columns to be added: titleText and txtPageNumber. Here is the fixed code:

    titleText.Bounds = new RectangleF(0, 0, 260, Units.Centimeters * 1);
    txtPageNumber.Bounds = new RectangleF(0, 0, 260, Units.Centimeters * 1);
  • RamyaRamya cbe
    edited 11:02AM
    Dear Alex,

    Thank you so much for your kind support.

    It worked well.

    Thanks a lot.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.