为什么我的热敏打印机不使用WPF打印我的数据

问题描述

我有热敏打印机“ Xprinter model X365B”,我通过USB将其插入PC中,安装了驱动程序,并试图从水晶报表中打印一些条形码,但它并不能打印某些文本符号和中文字母,我不知道为什么,我正在google中搜索,但没有找到任何解决方案,所以请提供任何帮助

            int porductid = Convert.ToInt32(Compodepart.SelectedValue);

        BarcodeLabelTableAdapter barcodeLabelTableAdapter = new BarcodeLabelTableAdapter();
        DataSet1.BarcodeLabelDataTable tabel = barcodeLabelTableAdapter.GetData(porductid);
        //report name

        BarcodeLabelReport barcodeLabelReport = new BarcodeLabelReport();
        barcodeLabelReport.SetDataSource(tabel.defaultview);

        SAPBusinessObjects.WPF.Viewer.ViewerCore view = crystalReportViewer1.ViewerCore;
        view.ReportSource = barcodeLabelReport;

这是我的报告预览

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)