Runtime params access during drill through

Posted by: tarikkataryna1999 on 20 February 2023, 11:05 pm EST

  • Posted 20 February 2023, 11:05 pm EST

    Hi guys, have issue with Angular, when i subscribe to document loaded event and try to log into console parameters during drill through action i see the inital parameters values but not the ones report passed to another report. How can access updated param values?

    var rep;

    this.reportViewer.reportLoaded.subscribe(r => rep = r.report);

    this.reportViewer.documentLoaded.subscribe(d =>

    {

    console.log(rep.parameters);

    console.log(rep)

    });

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels