createReportPdfBlob

This server side api function does support the same parameters as createReportPdfBlob from the client side api.

Example 1

    await brixxServerApi.createReportPdfBlob(req.body, {
            reportName: "myDemoReport",
            configName: "address",
            archive: true,
            parameters:{
                id: 45
            },
        });

Last updated