怎樣設置默認打印機(HttpPrinter 易橋網絡打印機)網絡
1.把 報表綁定打印機ide
2.客戶端打印時 指定打印機,ui
控制面板中 能夠查看您的 打印機的名稱 code
下面的 "PrinterName": encodeURIComponent("打印機名稱"), 改成token
"PrinterName": encodeURIComponent("EPSON LQ-630K ESC/P2") it
{
"ReportName": encodeURIComponent("test.grf"), /報表文件名/
"Copies": 1, /可選。打印份數,支持指定打印份數。默認1份,若是爲零,不打印,只返回報表生成的pdf,jpg等文件/
"PrinterName": encodeURIComponent("打印機名稱"), /可選。指定打印機,爲空的話 使用默認打印機, 請在 控制面板 -> 設備和打印機 中查看您的打印機的名稱 /
"PrintOffsetX": 0, /可選。打印右偏移,單位釐米。報表的水平方向上的偏移量,向右爲正,向左爲負。/
"PrintOffsetY": 0, /可選。打印下偏移,單位釐米。 報表的垂直方向上的偏移量,向下爲正,向上爲負。/
"token": encodeURIComponent("aa"), /*可選。只要token值在列表中 方可打印base64
"Control": encodeURIComponent('[' ///*部件框,可選值:AsStaticBox ,AsMemoBox,AsRichTextBox,AsPictureBox (base64格式),AsBarcode*/ +'{"type": "AsStaticBox", "name": "姓名","value": "高文傑","required": false},' +'{"type": "AsStaticBox", "name": "性別","value": "男","required": false},' +'{"type": "AsStaticBox", "name": "電話","value": "13165191728","required": false},'
}class
成功返回 {"status":"ok","data":"報表地址"}, 失敗返回 {"status":"error","data":"具體的錯誤信息"}pdf