Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2022-10-05 03:25:35

michigunesh
Member
Registered: 2018-12-20

Dynamic list CSV export through URL

Hi,

We have a requirement where reports are getting called from Web application (PowerApps) and all works well with BIRT Reports. But we have an requirement where we need fixed width txt file and for this I am using Dynamic list. The requirement is getting fullfilled and dynamc list is getting called through URL and generating csv file. But it has first row as column header. We get option to Ignore exporting headers when we generate manually, is there any way I can provide this parameter in URL.

I have also tried to remove default value in csvexport script like below. But still getting headers when report is exported through URL.

csvexport.cf

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
   <csv>
      <printHeader>false</printHeader>
      <separator>;</separator>
      <quote>"</quote>
      <lineSeparator>\r\n</lineSeparator>
   </csv>
</configuration>


Report URL - https://<ServerName>/reportserver/reportserver/reportexport?key=<reportkey>&format=CSV&exportheaders=false

Offline

#2 2022-10-20 12:20:37

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Dynamic list CSV export through URL

Hi michigunesh,

this is currently not possible, but we raised ticket RS-6315 for this purpose.
You can try to use script reports https://reportserver.net/en/guides/scri … Reporting/ for your specific requirements.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB