Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Generate FacetChart server side

    For business purpose I need to generate a FacetChart on the server side of my application, is it possible ?
    Thanks

    #2
    You can use RPCManager.exportContent() to produce a .pdf of a FacetChart that has been created in the browser. If you meant something else, please be more specific (much more specific).

    Comment


      #3
      You may have to install a browser on your server and simulate a login to your application via this browser and then export the desired output from this server-side browser back to your server. That is how we've been able to access a lot of the smartclient browser-side output from our servers.

      Comment

      Working...
      X