All,
I need to implement reports in MVC Core 2.0. The reports need to be dynamic, in the sense, the user will select what columns need to be in the report and on button click, the report should get generated with the selected columns. I came across a nuget package - "Microsoft.Report.Viewer" but not getting any samples or pointers which i can refer. My understanding is that there should be a way (may be a service), i can configure the ReportViewer control (without generating any .rdlc) file and display the report under ReportViewer control. I do not know how everything should fall
Has someone done this kind of thing before? Any examples please?
Or any other reporting tool that you may suggest so i can accomplish this task?
thanks in advance, please suggest!