jsreport

    0熱度

    2回答

    我試圖創建一個使用jsreport STUDIO的報告,但我得到了像下面的錯誤 Error occured - Error during rendering report: Unsupported module in scripts: request. To enable require on particular module, you need to update the configurat

    0熱度

    1回答

    我正在嘗試使用jsreport-assets和jsreport-core。但是,我得到一個錯誤,當我嘗試在我的模板充分利用的資產,就像這樣: <img class="logo" src="{#asset myimage.png @encoding=dataURI}" /> 錯誤:未找到 我感到困惑在哪裏存儲我的資產文件,以及如何資產myimage.png配置jsreport-core和/或js

    0熱度

    1回答

    當渲染XLSX配方與MSSQL數據我得到這個錯誤 Error occured - Error during rendering report: Cannot read property 'xl/worksheets/sheet1.xml' of undefined Stak - TypeError: Cannot read property 'xl/worksheets/sheet1.xml' o

    0熱度

    1回答

    使用JSReport生成一些打印輸出,並且在保存從API返回的PDF文件時遇到了一些麻煩。 我使用這個代碼來保存文件: var options = { method: 'POST', url: 'http://192.168.100.64:5488/api/report', headers: { 'postman-token': '81e5ced9-d7b1-8

    0熱度

    1回答

    不是很熟悉把手,但是我在報告設置中使用它,並且處理打印的輸出。我正在打印的文件應該是每頁四張,所以我想要做一個像if(index%4 === 0)的檢查,但我有點不確定如何去做。 我會通過對象的數組與{{#each dataset}} 這裏是基本的佈局,我對我的四個每頁報告的嘗試。 <div class="container"> {{#each Badges}} <div cl

    0熱度

    1回答

    我正在嘗試使用jsReport模板。但無法確定jsReport在哪裏搜索模板名稱。 什麼是jsReport的典型文件夾結構? 我對.net內核使用jsreport.Local。

    0熱度

    1回答

    我有這樣 { "columns": [ { "name": "COLUMN1", "code": "c1" }, { "name": "COLUMN2", "code": "c2" }, { "name": "COLUMN3", "code": "c3" }, {

    0熱度

    1回答

    在這裏,我在我的nodejs應用程序中使用jsreport,同時以pdf或Excel格式下載報告時出現此錯誤,但所有依賴項都在我的應用程序的jsreport文件夾下。 [For your reference i attached the error message ] [1]: https://i.stack.imgur.com/F3geY.png

    0熱度

    1回答

    我想在jsreport中使用自定義數據製作一些圖表,並使用Chart.js,問題是我不知道如何使用自定義數據來填充圖表。到目前爲止,我創建了一個非常大的JSON與我的數據和函數來生成圖表和放置在一個畫布內,但我不能用手柄調用我的HTML內的函數,因爲它說文檔沒有定義。那麼,我如何使用我的數據創建圖表並將其顯示在畫布內? P.S .:我可以很容易地顯示靜態數據的圖表,但我真的想用我創建的json來做

    0熱度

    1回答

    我想使jsreport在Azure功能應用程序中工作。我已經安裝了所有需要的軟件包,它們是jsreport-core jsreport-render jsreport-phantom-js,它們似乎都工作得很好。我的代碼: module.exports = function (context, req) { context.log('JavaScript HTTP trigger functio