Vote count:
0
I have a web application in which i display various charts with some customization options defined by user - for instance for which dates they want to see the records (a dynamic parameter sent to the SQL stored proceure), if they want to see baselines in charts, which products they want to see, etc. I formatted them in my web app programatically, for some i even had to add custom labels.
Now I need to create a report after that, with those "dynamic" graphs. What's the best way that I have to do that? I've read about ReportViewer, but my stored procedures need parameters as input to return the data, and besides that, given I've formatted my charts programatically, is there a way that I can use the same code I wrote to format them for the charts in the reports to get them equal?
I've never used ReportViewer, that's why i'm asking these questions which might be simple. Thank you in advance.
Conceptualizing Report generation in ASP.NET
Aucun commentaire:
Enregistrer un commentaire