I attached a couple methods from our app, in 2 methods you can see how we add images to
Infragistics.Documents.Report.Report [and how we disposed objects]
and in 2 methods how we try to save report to mempory or to FS ..
When we try to PUBLISH [not create, exception is in PUBLISH method] REPORT with ~ 1000 rows [each row 2 images ~10 kb, total 2000 images] we got out of memory exception ..
I used “Scietech.Net Memory Profiler” and found that Infragistics.Documents.Color and Infragistics.Documents.SolidColourBrush
objects are not properly disposed, but I do not think that it causes that problem [size of objects that was not dispozed is small]..
Is it limitation in size of Infragistics.Documents.Report.Report
that can be saved to FS using Infragistics.Documents.Report.Report Publish method ?
Do you have any suggestion related with memory issue and Infragistics.Documents.Report.Report ?
Hello Dmcmichael,
If installed the win controls you should have those dlls in the GAC. You will just need to change the references.
For any further questions do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
If you installed our products for win forms you should have the dlls in the GAC just change the references.
When I started project and asked for help with examples [on Windows Forms forum]http://community.infragistics.com/forums/t/63265.aspx
support points to this reference [that I used ] :http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=DocumentEngine_Writing_Reports.html
all libs there are "WebUI" what are "Win dlls" ?where we can download them ?
I reviewed the sample. You are using our Web dlls in Win forms project. Can you revert and use the win dlls. After that test this againg and let me know the results.
Did you have time to run app ?