Search found 2 matches
- Fri Jul 11, 2008 3:05 pm
- Forum: R&R ReportWorks Users
- Topic: Using RRW.OCX under .NET
- Replies: 4
- Views: 3547
===> RE: Using RRW.OCX under .NET
To be more specific, I instantiate the object using____Type.GetTypeFromProgId (using "R&R.ReportControl")(or Type.GetTypeFromCLSID using the relevant CLSID from the registry). This appears to work, no exception is thrown. I then instantiate an object using Activator.CreateInstance, whi...
- Thu Jul 03, 2008 12:05 pm
- Forum: R&R ReportWorks Users
- Topic: Using RRW.OCX under .NET
- Replies: 4
- Views: 3547
==> RE: Using RRW.OCX under .NET
Dave,____Would you able to post some sample code to show how you got it working? Whenever I try it throws an exception.____Thanks,__Mike