Page 1 of 1

Page.Rendering event not triggered after udpating to 2021.3.7

Posted: Tue Sep 14, 2021 8:32 pm
by FrenkR
Hello,
I updated .net core version from 2020.4.1.0 to 2021.3.7 and notified, that event "Page.Rendering()" is not triggered anymore. Is there any special setting to enable this event again?

Rgds,
Frenk

Re: Page.Rendering event not triggered after udpating to 2021.3.7

Posted: Wed Sep 15, 2021 10:15 am
by Lech Kulikowski
Hello Frenk,

In the new versions was added compilation.
Please try to add the following code:
report.CalculationMode = StiCalculationMode.Interpretation;

Thank you.