I added key license and still have trial watermark

Stimulsoft Dashboards.JS discussion
Post Reply
walid
Posts: 1
Joined: Wed May 19, 2021 6:19 pm

I added key license and still have trial watermark

Post by walid »

Hi,
I'm using stimulsoft report js in angular 10 project i tried to activate my copy with
the two method in the documenetation and still have the trial watermark in the report
i'm using the latest stimulsoft version

stimulsoft-reports-js: 2021.3.1

i tried

ngOnInit() {
this.userId = +this.activatedRoute.snapshot.paramMap.get('supervisorId');
this.monthId = +this.activatedRoute.snapshot.paramMap.get('monthId');

Stimulsoft.Base.StiLicense.key = my key";

const report = Stimulsoft.Report.StiReport.createNewReport();
report.loadFile("my report path");
const dbJSON = report.dictionary.databases.getByName("JSON");
dbJSON.pathData = "my api";

this.viewer.report = report;
this.viewer.renderHtml("viewerContent");
}
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: I added key license and still have trial watermark

Post by Lech Kulikowski »

Hello,

Please send us your request with detailed description on support@stimulsoft.com.

Thank you.
Post Reply