CrystalReport 打印?
CrystalReport 打印不出中文?
my code
crReportDocument.PrintOptions.PrinterName=@"\\lhj\fzprint";
crReportDocument.PrintOptions.PaperSize=CrystalDecisions.Shared.PaperSize.PaperA4;
crReportDocument.PrintToPrinter(1, true, 0, 1);
是不是应该在什么位置,设置打印文字的编码?
问题点数:20、回复次数:1Top
1 楼lqflsh(不要让困难成为理由)回复于 2002-12-31 14:15:56 得分 20
换个打印机试一下。Top




