Integrate Helical Insight inside Dotnet Application using URL method

How to integrate helical insight inside dotnet application using the URL method?

URL Based :

  • Any created report or dashboard is having a unique URL.
  • Inside the file browser you can right click on the report or dashboard and use open in new window.
  • When opened in new window you can use that URL and also pass username and password to it via URL.
  • Inside your dotnet application you can create an iframe and call this URL and thus integrate.

One example is show below

http://localhost:8000/hi/hdi.html?dir=CV_Creator/CV_Creator_2&file=CVCreator.efw&j_username=demouser&j_password=demouser

As we can see above, after the report URL userid and password has been passed &j_username=demouser&j_password=demouser

Regards,
Helical Insight Team