1. 首页
  2. 编程语言
  3. C#
  4. 条码列印方法

条码列印方法

上传者: 2019-01-02 06:13:58上传 CS文件 6.75KB 热度 33次
rdlc报表条码列印方法 //打印机名称 private string printerName =""; public string PrinterName { get { return printerName; } set { printerName = value; } } //是否横向 private bool landscape = false; public bool Landscape { get { return landscape; } set { landscape = value; } } //是否横向 private bool widthMoreThanHeight = false; public bool WidthMoreThanHeight { get { return widt hMoreThanHeight; } set { widthMoreThanHeight = value; } } hMoreThanHeight; } set { widthMoreThanHeight = value; } }
用户评论