Our system generates a .NET List object of what we want to report. Can we pass that list to a report definition and get a pdf file stored someplace directly?
We do not need the report to run a database query. We just want to report each of the items in the list, line by line, in the report.
Is a SSRS report the wrong solution for this? Or is there a tutorial somewhere on how to send a .NET List object to a report definition and get a pdf output?
Mark