unmanaged C++ apps --> .net Reportviewer component ?

A

Arrow

Scenerio:
Currently have a number of unmanaged C++ apps (VS2005) talking to Crystal
Reports v7

Objective:
Want to take out Crystal completely and have more control, using .Net
Reportviewer component.
Don't need to display / print preview report, just print it.

So, can a C++ / MFC ActiveX be written such that these C++ apps give the
path/name to the
Reportviewer's rdlc files, data files (and whatever other files are needed
?) and pass them
to a method(s) of this activeX control to print ?

If so...how do i import Reportviewer into C++ ? , i thought i read somewhere
this can be done,
but no details were given. Any help appreciated ...especially and code /
pseudo code examples.

thanks
 
A

Arrow

....so far from investigation, it appears the best way to do it is to create
a .net COM with the reportviewer component in it and have
my unmanaged C++ apps call it this way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top