Main Topics
Browse All Topics[Visual Studio 2003, Crystal Reports 10 developer edition]
Hi,
Is there any way to specify print job name when printing report? I'm failing to find... :(
In print spooler all jobs from Crystal are appearing as "document" and people can't recognize different reports.
Thanks in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I dont know if the .net object model offers a printoutex in addition to the printout method? at least it can be done in the rdc of cr 9
http://support.businessobj
afaik, the solution above can set the print file name, not the print job name (in the Print queue).
I haven't found a way to control the print job name from within the RDC.
In my Visual CUT software, I solved this issue by changing the print job name immediately AFTER it gets added to the queue. Visual CUT sets the print job name to the option specified as the export file name (even if the settings are set to simply print without actual exporting to a file).
To do the same in your own application, you need to a) locate the job in the queue and b) change its name.
Cheers,
- Ido
Business Accounts
Answer for Membership
by: frodomanPosted on 2004-10-15 at 04:36:01ID: 12317916
long8,
ects.com/l ibrary/kba se/article s/ c2008257 .asp ) because the name is actually generated by a Windows API not by Crystal. Given that it's a pretty safe assumption that the same thing applies to Windows applications.
To the best of my knowledge this isn't possible.
I found documentation stating that it can't be changed in web apps ( http://support.businessobj
frodoman