Watermark problem in the viewer

Stimulsoft Reports.JS discussion
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark problem in the viewer

Post by HighAley »

Hello.

No, you don't need to change your report.
We have checked your sample again.
Please, check that our scripts are not cached by your browser.

Thank you.
Kline
Posts: 35
Joined: Thu Nov 29, 2018 8:22 am

Re: Watermark problem in the viewer

Post by Kline »

Hello.

I cleaned the browser cache but the watermark still not always shown.
This is the code in my html page, maybe I'm forgetting something

var report = new Stimulsoft.Report.StiReport();
// template is a JSON
report.load(template);

var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.fullScreenMode = true;
options.appearance.htmlRenderMode = Stimulsoft.Report.Export.StiHtmlExportMode.Div;
options.appearance.chartRenderType = Stimulsoft.Viewer.StiChartRenderType.Vector;
var viewer = new Stimulsoft.Viewer.StiViewer(options, "StiViewer", false);
viewer.report = report;
viewer.renderHtml("viewerContent");

Thank you
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark problem in the viewer

Post by HighAley »

Hello.

You don't need to change anything.
Could you send a sample with our latest scripts?
Maybe we miss something.

Thank you.
Kline
Posts: 35
Joined: Thu Nov 29, 2018 8:22 am

Re: Watermark problem in the viewer

Post by Kline »

Hello,
here is the sample created with the lastes version

Thank you
Attachments
test_watermark.json
(612.03 KiB) Downloaded 148 times
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark problem in the viewer

Post by HighAley »

Hello,

Sorry, we can't reproduce your issue.
Could you send us a sample with our latest scripts that will help us to do it?

Thank you.
Kline
Posts: 35
Joined: Thu Nov 29, 2018 8:22 am

Re: Watermark problem in the viewer

Post by Kline »

Hello,

I attached a sample.

I'm using chrome but the same issue happens with edge.

Thank you
Attachments
template-trouble.zip
(7.32 MiB) Downloaded 142 times
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark problem in the viewer

Post by HighAley »

Hello.

We see the issue.
It is in the Div mode.
We need to make an improvement there too.
We will keep in touch with any news.

Thank you.

Ticket reference: #8021
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark problem in the viewer

Post by HighAley »

Hello.

We have made an improvement for the Div mode.
Our next build with the fix is planned on the next week.

Thank you.
Kline
Posts: 35
Joined: Thu Nov 29, 2018 8:22 am

Re: Watermark problem in the viewer

Post by Kline »

Hello,
I will try with the next build.

Thank you
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark problem in the viewer

Post by HighAley »

Hello.

Let us know if you need any additional help.

Thank you.
Post Reply