lkosson / reportviewercore

Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
427 stars 123 forks source link

CSV Export #191

Closed heppth closed 3 months ago

heppth commented 3 months ago

Hi,

is it possible to render the report as CSV. Microsoft Report Builder has this functionality.

Thanks

lkosson commented 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.

heppth commented 3 months ago

Thank you very much for your quick reply. Is there a change that Microsoft.ReportingServices.DataRendering will be part of this project?

lkosson commented 3 months ago

I'll look into it.

lkosson commented 3 months ago

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.

heppth commented 3 months ago

Awesome. I tested it and it is working as expected. Thank you!

lkosson commented 3 months ago

Version 15.1.22 is now available on NuGet.