Using vs2008 c#. Howdy, Ive got an application where im trying to decide if i should use the Crystal reports or the Report viewer that comes with the visual studio install.
My issue is that while it will run fine on my development machine, a lot of the machines the application will be deployed to in remote locations WON'T have the runtime for either crystal reports or the report viewer installed.
therefore if i build an application using either of these, and prevent user access to the reports only on the machines that do NOT have the runtimes, can the application run ok, or should i expect crazy errors on install and such
Any advice appreciated.