Post Author: wxyz7788
CA Forum: .NET
I designed report which have 3 groups,however, i use this function to merge datatable, it can show report by 50,000 records for 3 min
reportClass.SetDataSource(dtNew); (VS 2005 C# winForm)
but dtNew is 1 million records after querying, the report can't produce. i try to execute 1 day....then Timeout..........