Error when inserting graphics in the report

Stimulsoft Reports.WEB discussion
Post Reply
felipeDant
Posts: 2
Joined: Mon Jul 24, 2023 7:11 pm

Error when inserting graphics in the report

Post 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]
felipeDant
Posts: 2
Joined: Mon Jul 24, 2023 7:11 pm

Re: Error when inserting graphics in the report

Post 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();
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Error when inserting graphics in the report

Post by Lech Kulikowski »

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
Post Reply