|
Hi msaivara,
Although I do not know your specific scenario, you can launch excel reports from a CAB application. I will share the steps it took me to do it which you might find useful:
1.
Create a new SCSF solution using the Guidance Package.
2.
Create a new Excel Workbook project in the solution.
3.
Add the Module and ModuleController classes to the Excel Workbook project (you can copy this from any other module generated with the recipe).
4.
Add an entry in the profile catalog to load the module .
Having performed the previous steps you will have a VSTO project, loaded as one of the modules of your application.
Please let me know if this helps.
Damian Schenkelman
http://blogs.southworks.net/dschenkelman
|