Closed heppth closed 3 months ago
Hello,
it is not possible at the moment, but in principle it should be doable. CSV export is handled by Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport
renderer from Microsoft.ReportingServices.DataRendering
assembly.
Thank you very much for your quick reply. Is there a change that Microsoft.ReportingServices.DataRendering
will be part of this project?
I'll look into it.
With latest commit, CSV and XML renderers are now available. Compile the package from sources and see if it works with your reports. If it does, I'll upload official package to NuGet.
Awesome. I tested it and it is working as expected. Thank you!
Version 15.1.22 is now available on NuGet.
Hi,
is it possible to render the report as CSV. Microsoft Report Builder has this functionality.
Thanks