I need a way to display large financial reports and was wondering if anyone had a .NET suggestion. Right now I pull my information into a 3 Dimensional array and preform calculations in the array and then display that information in a table with the option to export to excel. My fear is that with more financials I might hit a memory limit since the array is all in memory. Currently this is all being done in regular ASP. Is there a good .NET Solution out there for this? Something like crystal reports or something??