I would love to hear what people are using for creating reports from their databases. I have a situation where I need to create a LOT of paperwork to pass out to people. Not all people are online. My specific application is a sports league, where I need to print a roster, schedule, and other information for each coach, but print multiple copies of each so that each coach can hand one to each player. I need it to reprint the same page the exact number of times for each player on each team.
I want to do this all in one step, run the report, then print and have it all just print in one batch. I tried creating panels for each report, but when I try to have the panel render multiple times, qcodo complains that a control is already rendered.
It occurs to me that what I really want is a report printing engine. The engine should probably NOT be built on html, though it could be. CSS isn't too bad, now that it has page break commands. However, for consistent printing, I probably want a pdf file. There is something called dom2pdf, but the home site seems to be down. Other solutions are built on proprietary libraries that cost up to $1000 a license.
Mike, have you given any thought to bundling report printing?
What do other folks use?
Can we make control->Rendered writable so that we can multiply render a control if we really want to?
Shannon