visual studio 2008 - Crystal Report file deployment from Class Library project -


I have a Visual Studio 2008 solution that is multi-layered.

One of those projects (which is not the main project and actually is the class library) I have a crystal report file, which I want to include in the application deployment. I tried several settings with no success.

How can I get the deployment of this report file using "hacking" (without copying in the main project) or other "obscure" way ...

thank you in advanced!

It has been reported that the report should be configured in its creation to call an embedded resource report To be done through the name of your class (accelerated and so on) then according to the report, the source has to be set on this report object.

Loading a report will not work due to the nature of the project: it is a class library.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -