createReportPdfBlob

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

Example 1

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

See also client side api createReport

Last updated