[]
function printReport(printOptions, isCancelRequested?): Promise<void>;
Print the report without showing a viewer.
() => boolean
The function is periodically called with a check to cancel the export task.
Promise
<void
>
// ESM usage
import { printReport } from './jsViewer.min.js';
printReport({
reportID: 'AnnualReport.rdlx'
});