You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Rich,
Do you know how to export the report to pdf? I'm trying to call something like:
function exportToPdf() {
report
.export({
outputFormat: "pdf"
});
}
v("#" + vjsConfig.resourceDetails[resourceIndex].id).report({...}).exportToPdf(); but report() always returns undefined.
The text was updated successfully, but these errors were encountered:
@falasMtc, I no longer use VisualizeJS, so I'm afraid I won't be a good resource to you in answering your question about exporting. I'd recommend you review the VisualizeJS API, and work directly with the Jaspersoft community.
Hi Rich,
Do you know how to export the report to pdf? I'm trying to call something like:
function exportToPdf() {
report
.export({
outputFormat: "pdf"
});
}
v("#" + vjsConfig.resourceDetails[resourceIndex].id).report({...}).exportToPdf(); but report() always returns undefined.
The text was updated successfully, but these errors were encountered: