Hello, I'm doing an Asp.Net application which will, eventually, generate 'on the fly' report with parameters entered by the user. I'm trying to understand how to dynamically generate Crystal Report reports.
Actually, I've got a stored proc being called and filling a DataTable with the results. But there is one part missing to my problem. How do I populate the CrystalReportViewer with the DataTable.
I suppose I have to create a .rpt file and populate it, but isn't that useless code repetition?
Thank you