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 generate with C# and T4 files a report that has multiple subreports (with Image). I open this generated report with a form. The problem is that the ReportDefn object is not IDisposable. The GC won't resolve that. The problem is that I cannot resolve the embedded images.
Is there a solution that I can use to resolve this object?
Best regards.
The text was updated successfully, but these errors were encountered:
Hi!
I generate with C# and T4 files a report that has multiple subreports (with Image). I open this generated report with a form. The problem is that the ReportDefn object is not IDisposable. The GC won't resolve that. The problem is that I cannot resolve the embedded images.
Is there a solution that I can use to resolve this object?
Best regards.
The text was updated successfully, but these errors were encountered: