rabbit75
Programmer
- Aug 15, 2002
- 30
I am trying to use the CrystalReportViewer ActiveX. Currently have Crystal 9.2 installed.
An error that reads
An unhandled exception of type
'System.Reflection.TargetInvocationException' occured in mscorlib.dll.
Additional information: Exception has been thrown by the target of an invocation.
occurs on line of code:
Can someone point me in the right direction of where to look to solve this?
Thanks,
rabbit75
An error that reads
An unhandled exception of type
'System.Reflection.TargetInvocationException' occured in mscorlib.dll.
Additional information: Exception has been thrown by the target of an invocation.
occurs on line of code:
Code:
rpt.SetDataSource(myDS.Tables(0))
Can someone point me in the right direction of where to look to solve this?
Thanks,
rabbit75