Page 1 of 1
Error when inserting graphics in the report
Posted: Mon Jul 24, 2023 7:17 pm
by felipeDant
I'm trying to insert a chart into my report but it returns an error when I try
Code: Select all
Cannot assign to read only property '__proto__' of object '[object Array]
Re: Error when inserting graphics in the report
Posted: Mon Jul 24, 2023 7:19 pm
by felipeDant
Code: Select all
let options = new StimulsoftDesign.StiDesignerOptions();
options.appearance.fullScreenMode = true;
this.designer = new Stimulsoft.StiDesigner(options, 'StiDesigner', false);
let report = new Stimulsoft.Stimulsoft.Report.StiReport();
Re: Error when inserting graphics in the report
Posted: Tue Jul 25, 2023 7:47 pm
by Lech Kulikowski
Hello,
Please send us a sample project that reproduces the issue for analysis.
Thank you.