Page 1 of 1

StiReport load a reportString second time don't works in VUE

Posted: Thu Dec 05, 2019 2:38 am
by junan

Code: Select all

...
var report = new Stimulsoft.Report.StiReport();
// first load
report.load(reportJson1);

// second load
setTimeout(() => {
    report.load(reportJson2);
}, 100)
...
only show 'reportJson1', can't show 'reportJson2'
use report.renderAsync() don't work too.

Re: StiReport load a reportString second time don't works in VUE

Posted: Fri Dec 06, 2019 5:50 am
by junan
In designer, please help

Re: StiReport load a reportString second time don't works in VUE

Posted: Sun Dec 08, 2019 10:34 pm
by Lech Kulikowski
Hello,

Please check samples at the following link:
https://github.com/stimulsoft/Samples-J ... ter/Vue.js

Thank you.

Re: StiReport load a reportString second time don't works in VUE

Posted: Mon Dec 09, 2019 2:13 am
by junan
Lech Kulikowski wrote: Sun Dec 08, 2019 10:34 pm Hello,

Please check samples at the following link:
https://github.com/stimulsoft/Samples-J ... ter/Vue.js

Thank you.
Thanks.
I know that, but can't solve my problem

Re: StiReport load a reportString second time don't works in VUE

Posted: Mon Dec 09, 2019 9:26 am
by Lech Kulikowski
Hello,

Ok, maybe we did not exactly understand your problem. Could you explain your task in more detail?

Thank you.

Re: StiReport load a reportString second time don't works in VUE

Posted: Fri Dec 13, 2019 1:41 am
by junan
Lech Kulikowski wrote: Mon Dec 09, 2019 9:26 am Hello,

Ok, maybe we did not exactly understand your problem. Could you explain your task in more detail?

Thank you.
report already load a file, then I want to load other file, but can't show in designer, designer still show last file.

Re: StiReport load a reportString second time don't works in VUE

Posted: Tue Dec 17, 2019 1:22 pm
by HighAley
Hello.

You should just assign a new report to the designer.
Do you get any issue with it?

Thank you.