System Out of Memory Active Reports C# WPF

Posted by: david.alexandre19 on 8 January 2018, 3:17 pm EST

    • Post Options:
    • Link

    Posted 8 January 2018, 3:17 pm EST

    Hello,

    Im migrating a report to C# using Active reports, originally the report was made in the Visual Fox Pro.

    So, i did the report and when i has too many records to show, the active report start the exception (System out of memory), more speciffically when its over 1 million records.

    When i have about to 4 thousands of records the report shows normally.

    Can you guys help me?

    Stuff:

    Visual Studio 2017

    ActiveReports v11

    Sql Server

    EntityFrameWork

  • Posted 9 January 2018, 3:04 am EST

    Since you have a large number of records, it requires a lot of memory to process these records and display them. For such situations, it is recommended to run your application under 64 bit, so it can consume more memory (4GB) and not throw the out of memory exception. If that doesn’t work, then you may have to split your report into 3-4 smaller reports and show parts of data in each report.

Need extra support?

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

Learn More

Forum Channels