Page 1 of 1

I added key license and still have trial watermark

Posted: Wed May 19, 2021 6:26 pm
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");
}

Re: I added key license and still have trial watermark

Posted: Fri May 21, 2021 12:24 pm
by Lech Kulikowski
Hello,

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

Thank you.