Crystal Report batch console application
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everyone, I have a ASP.Net application which has crystal reports. For a batch process I want to create a console application in the same solution. Batch process takes about 2 or more hours to complete, console application would b a better solution as of my knowledge (if anyone has any suggestion, plz let me know). Problem is that reports exist in asp.net project, how do I use the same reports and its .cs files in the console application? I don't want to create a duplicate copy of reports. Thanks in advance Ali Haider