You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit concerned regarding the usage of SaveMethod callback.
In a real-life scenario this callback will capture a controller reference.
If the controller allocated any resources, they won't be cleaned up until the WebReport is expelled from the cache.
Somehow, an idea that an old controller instance will be hanging around makes me uneasy.
Are there any alternatives to this report saving method?
I can modify the online designer code slightly to pass the report template to the iframe parent and handle saving from the SPA itself,
but would prefer an out of the box solution.
The text was updated successfully, but these errors were encountered:
I'm a bit concerned regarding the usage of
SaveMethod
callback.In a real-life scenario this callback will capture a controller reference.
If the controller allocated any resources, they won't be cleaned up until the
WebReport
is expelled from the cache.Somehow, an idea that an old controller instance will be hanging around makes me uneasy.
Are there any alternatives to this report saving method?
I can modify the online designer code slightly to pass the report template to the iframe parent and handle saving from the SPA itself,
but would prefer an out of the box solution.
The text was updated successfully, but these errors were encountered: