I have an existing crystal report, and I want to integrate
it into a new app that receives data as a dataset from a
webservice.
My question is how do I get the report into the app and
assign the datasource at runtime? I would like to do
everything in code so I can dynamically access multiple
reports down the line in the development cycle.
The report was originally designed for direct access to a
MSAccess database.
I am not very familiar with oledb yet.. I have tried
inserting the viewer control, and then adding the report,
but when I attempt to run the program with ado.net code
accessing the database, it tries to bring up the report
which of course does not work because of the use of
workgroup security files.
this is a huge headache.. can anybody help?