What is the best way to incorporate ad hoc
reporting into a VB 4.0 application? I want
to be able to dynamically create reports
based on user-supplied selections at runtime.
But I do NOT want the user to have to
manipulate a report in any way.
Simplified example: user selects customer
and balance where balance > 1,000. Presses
the report button and the report is dynamically
created(I say dynamically because there
would be an extremely large number of possible
reports and I could not possibly have them
pre-built).
Will Crystal do this? Are there other options?
Thanks