Hello, I am using telerik reporting version q3 2010 with VS 2010, I am getting an out of memory error with Telerik report with 3000 records, The stored procedure from backend takes approximately 2-3 sec to retrieve the data. Please help. It says type initializer for system.web.UI.htmltextwriter threw an exception, I have one group and some calculated values at reporting footer. On detail section I have the data fields, no heavy calculation
I have about 17 reportparameters, and I get this error when trying to preview from the designer as well as from codebehind below. I f I limit the output records to 10 it renders perfectly, we were using crystal reports for the same report w/o any issues but decided to migrate to telerik reporting.
Please help.
I have about 17 reportparameters, and I get this error when trying to preview from the designer as well as from codebehind below. I f I limit the output records to 10 it renders perfectly, we were using crystal reports for the same report w/o any issues but decided to migrate to telerik reporting.
Please help.
Dim report1 As New ReportLibrary.test1
report1.ReportParameters("parameter1").Value = "NE"
.....................................
.........................................
report1.ReportParameters("parameter17").Value = "test2"
Me.ReportViewer1.Report = report1