Jump to content
We've recently updated our Privacy Statement, available here ×

carlos.tax

Members
  • Posts

    2
  • Joined

  • Last visited

carlos.tax's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I'm using visualize.js and when I export a report in PDF format, I want instead of download the report opens in a new tab. I use the next code to download the report: report.export({ outputFormat: 'pdf' }).done(function (link, request) { var url = link.href ? link.href : link; window.open(url); }).fail(function (e) { alert(e.message); });[/code]Do you have any suggestion?
  2. Hello everyone. I developed a custom Data Adapter implementing the DataAdapterFactory interface, when in the data adapter wizard dialog I click in the finish button I want to do a custom process (like save in a custom file) before continuing in the current functionality on save. Any suggestion to do this?
×
×
  • Create New...