Not as a single print job. Take a look at options available in the File/Print menu. If you have a spare client license you can also use one of the APIs to build your own report. For example, using COM interface you can call GetJobList method and then in a loop call for each job GetJobDefinition method with HTMLFormat option. The results can be then saved to a file or printed right away. : Is there a way to print all the jobs and their properies?
|