瀏覽代碼

修正方法名错误

Kevin 5 年之前
父節點
當前提交
fadae3ba06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -23,7 +23,7 @@ var dll = ffi.Library(dllPath, {
     designerReport: ['void', ['string', 'string']],
     reportShowPreview: ['void', ['string', 'string']],
     reportPrinter: ['void', ['string', 'string', 'bool']],
-    ReportToImage: ['string', ['string', 'string']],
+    reportToImage: ['string', ['string', 'string']],
     waitSaveOrClose: ['void', ['pointer']]
 });
 var ReportApi = /** @class */ (function () {