开发者

Crystal Report Remove Embedded Printer

Using Crystal Report X开发者_Python百科I.

When I save the report, the default printer which is installed on my machine is being set as the default printer of the report, so that the deployed reports when printed goes to my default printer.

How would I be able to remove the default printer so that when they print the report, it would default to the user's default printer.

By the way, I cannot have the option of displaying a printer dialog window since some of these process are automated (i.e., no human intervention).

Thanks.


Do not set a printer for your report, and it will automatically get set to the default printer on the end user's cpu.


If you're good with scripting, you could write a script to open the .rpt, change the printer, save the .rpt, then print it.


To disassociate a printer from your report:

  • Open the report file in Crystal Reports.
  • From the "File" menu, pick "Page Setup...".
  • At the top of the Page Setup dialog, check the "No Printer" checkbox.
  • OK.
  • Save the report file.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜