The source of the error appears to be this:Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Reports.ReportDataDataSource.get_timeOut() +79
Reports.Service_Request_Summary_by_User.Data1__Rendering(Object sender, EventArgs e) +34
Stimulsoft.Report.Engine.StiEngine.InternalRenderBand(StiBand band, Boolean ignorePageBreaks, Boolean allowRenderingEvents, Boolean& isChildsEnabled) +1732
Stimulsoft.Report.Engine.StiEngine.RenderBand(StiBand band, Boolean ignorePageBreaks, Boolean allowRenderingEvents) +660
Stimulsoft.Report.Engine.StiDataBandV2Builder.RenderMaster(StiDataBand masterDataBand) +1043
Stimulsoft.Report.Engine.StiPageHelper.RenderPage(StiPage page) +2522
Stimulsoft.Report.Engine.StiRenderProviderV2.RenderReport(StiReport report, StiReport masterReport, StiRenderState state) +2152
Stimulsoft.Report.Engine.StiRenderProviderV2.Render(StiReport report, StiRenderState state) +5045
Stimulsoft.Report.Engine.StiReportV2Builder.RenderSingleReport(StiReport masterReport, StiRenderState renderState) +1254
Stimulsoft.Report.StiReport.RenderReport(StiRenderState renderState) +677
Stimulsoft.Report.StiReport.Render(StiRenderState renderState, StiGuiMode guiMode) +1033
Stimulsoft.Report.Web.StiWebViewer.OnBubbleEvent(Object source, EventArgs e) +838
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +84
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
What does this method do?Reports.ReportDataDataSource.get_timeOut() +79
The report is launched from our ASP.NET application.