开发者论坛's Archiver
开发者技术论坛
›
DevExpress【技术求助】
› DEV14中XtraReport的Print()方法没有了?
白月光
发表于 2014-11-13 14:45:42
DEV14中XtraReport的Print()方法没有了?
问大家一个问题,DEV14.1.4中的XtraReport.Print()方法没有了,应该用哪个方法代替呢?
wanyong117
发表于 2014-11-22 16:50:54
14.的report,好像变化很大
ycwkz88
发表于 2014-12-8 16:06:29
XtraReport1 rep = new XtraReport1();
ReportPrintTool tool = new ReportPrintTool(rep);
tool.Print(PrinterName);
页:
[1]
查看完整版本:
DEV14中XtraReport的Print()方法没有了?