How to print crystal report directly to a client machine using C# Asp.net

前端 未结 1 1649
我寻月下人不归
我寻月下人不归 2021-01-05 13:29

I need to print a Crystal report page to client printer machine without showing the report or without showing any dialog box.

One point I\'d like to mention is that

相关标签:
1条回答
  • Below line opens up print dialog box to print without showing print preview crystalReportViewer1.PrintReport();

    Below line directly sends reportdocument to default printer.

    oReportDocument.PrintToPrinter(1,true,0,0);

    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题