Vb.net 2005 compiles in Crystal Reports?

With the new VB.net 2005, are the crystal Reports that are created in the IDE, stored within the  compiled application EXE

We would actually like to be able to not have it in the compile exe, but however in a folder we choose to save it too.  How can I save a newly created crystal Report in it's own special folder   I did not see a way to place it in a path other then the projects.


thanks,


Dean


Answer this question

Vb.net 2005 compiles in Crystal Reports?

  • CaraAnd

    No the drystal report files that are created are separate RPT files.   You can store the files in any folder you want.   You may create a sub folder of your project but if you want to deply the files separately then you could create you own deployment package for the crystal reports which allows you to install the files to any folder the user specifies.

     


  • Vb.net 2005 compiles in Crystal Reports?