0

I have build a report on Visual Studio 2017 that is a simple table wit multiple columns, all the pages are groupped by specific value (the value on first column) and I've setted the pagebreak option to start a new page on the new value on the group. It's almost perfect, but I've a final question, is it possible to export the report on multiple files with different name (the value name of the group)?

D. Mazza
  • 1
  • 1

1 Answers1

0

In the end I've opted to export to Excel with "pagename" setted for each sheet. With a vba macro I'm able to print later on PDF with the name file equal to sheet name.

D. Mazza
  • 1
  • 1