Render Stimulsoft Viewer on Popup

Stimulsoft Reports.WEB discussion
Post Reply
CamiCasus
Posts: 2
Joined: Wed Nov 19, 2014 4:54 pm

Render Stimulsoft Viewer on Popup

Post by CamiCasus »

Hello,
Is there any way to render the Stimulsoft Viewer in a bootstrap popup?
I'm trying to do that, but the report loads just once.

I make an ajax request and I want to put the response inside a popup.

I'm using Stimulsoft.Web 2017.1.6

result: is the html that I want to put inside the popup .
divReport: is the id of the popup.

Code: Select all

function(result) {
     $('#divReport').modal({ backdrop: true, show: true});
     $('#divReport .modal-body div').html(result);
};
Waiting for your reply,

Regards
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Render Stimulsoft Viewer on Popup

Post by Alex K. »

Hello,

Please send us a simple project, we will try to find a solution for you.

Thank you.
Post Reply