摘要: 解决方法: DataSet dsPrintLotLabelID = new DataSet(); dsPrintLotLabelID.Tables.Add(dataPrint.Tables[0].Copy()); //设置数据集名称这句是关键,有时候不设置也可以打印,有时候打印出来空白 dsPrin 阅读全文
posted @ 2023-04-20 09:24 未风 阅读(169) 评论(0) 推荐(0)