JSFiddle - React, Tailwind, and code Playground
by NesterOne
HTML
<script src="http://build-master.jaspersoft.com:8180/jrs-pro-feature-embedded-ic/client/visualize.js?_opt=false"></script>
<div id="report"></div>
CSS
#report {
height: 600px;
}
JavaScript
visualize({
auth: {
name: "superuser",
password: "superuser"
}
},
function (v) {
v("#report").report({
resource: "/public/Visualize/Adhoc/Ad_Hoc_View_All_columns_Report",
error: function (err) {
console.log("Report 1: " + err.message);
}
});
}
);