views:

42

answers:

1

I want to write code that will print the Crystal Reports. But this command must go through DOS commands. How it is possible. (this is our client requirement)

A: 

Do you mean that you need to create the DOS commands that will print the reports? If so, then create a reporting library and a console app and parse the command line arguments to perform the appropriate action. Using a reporting library will allow you to use the logic in other applications and in a console application.

Ryan