Hello,
I'm trying the transition from TelerikReporting Q3 2009 to Q1 SP1 2011 version. In my code I'm creating a Table Dynamically and Databinding it.
Which results in the following exception:
[NullReferenceException: Object reference not set to an instance of an object.]
Telerik.Reporting.Processing.Table.MeasureColumns(Graphics graphics) +299
Telerik.Reporting.Processing.Table.Measure(MeasureDirection dir, Graphics graphics) +58
Telerik.Reporting.Processing.ProcessingElement.MeasureElement(MeasureDirection dir, Graphics graphics) +136
Telerik.Reporting.Processing.ProcessingElement.Measure(MeasureDirection dir, Graphics graphics) +1467
Telerik.Reporting.Processing.ReportSectionBase.Measure(MeasureDirection dir, Graphics graphics) +40
Telerik.Reporting.Processing.ProcessingElement.MeasureElement(MeasureDirection dir, Graphics graphics) +136
Telerik.Reporting.Processing.Group.MeasureElement(MeasureDirection dir, Graphics graphics) +248
Telerik.Reporting.Processing.Report.MeasureElement(MeasureDirection dir, Graphics graphics) +377
Telerik.Reporting.Processing.Report.MeasureElement(ProcessingElement elementToMeasure) +204
Telerik.Reporting.Processing.Report.OnItemProcessed() +56
Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data) +653
Telerik.Reporting.Processing.Report.Process(DataMember data, DataItemState state, Boolean interactivityEnabled, Boolean documentMapEnabled) +123
Telerik.Reporting.Processing.ReportProcessor.ProcessReport(IReportDocument reportDocument, IDictionary processingContext) +1195
Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +486
Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +900
Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperationOverride() +261
Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +77
Telerik.ReportViewer.WebForms.HttpHandler.ProcessRequest(HttpContext context) +202
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Any help would be Greatly Appreciated.
Thanks in advance.
I'm trying the transition from TelerikReporting Q3 2009 to Q1 SP1 2011 version. In my code I'm creating a Table Dynamically and Databinding it.
Which results in the following exception:
[NullReferenceException: Object reference not set to an instance of an object.]
Telerik.Reporting.Processing.Table.MeasureColumns(Graphics graphics) +299
Telerik.Reporting.Processing.Table.Measure(MeasureDirection dir, Graphics graphics) +58
Telerik.Reporting.Processing.ProcessingElement.MeasureElement(MeasureDirection dir, Graphics graphics) +136
Telerik.Reporting.Processing.ProcessingElement.Measure(MeasureDirection dir, Graphics graphics) +1467
Telerik.Reporting.Processing.ReportSectionBase.Measure(MeasureDirection dir, Graphics graphics) +40
Telerik.Reporting.Processing.ProcessingElement.MeasureElement(MeasureDirection dir, Graphics graphics) +136
Telerik.Reporting.Processing.Group.MeasureElement(MeasureDirection dir, Graphics graphics) +248
Telerik.Reporting.Processing.Report.MeasureElement(MeasureDirection dir, Graphics graphics) +377
Telerik.Reporting.Processing.Report.MeasureElement(ProcessingElement elementToMeasure) +204
Telerik.Reporting.Processing.Report.OnItemProcessed() +56
Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data) +653
Telerik.Reporting.Processing.Report.Process(DataMember data, DataItemState state, Boolean interactivityEnabled, Boolean documentMapEnabled) +123
Telerik.Reporting.Processing.ReportProcessor.ProcessReport(IReportDocument reportDocument, IDictionary processingContext) +1195
Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +486
Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +900
Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperationOverride() +261
Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +77
Telerik.ReportViewer.WebForms.HttpHandler.ProcessRequest(HttpContext context) +202
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Any help would be Greatly Appreciated.
Thanks in advance.