Hello,
I followed the steps in "
Getting Started" for Report Designer (JavaScript).
The Report Designer renders fine, but when I try to do Open / From Server or Save / To Server, I get the exception below in my "PostDesignerAction" of the ReportDesignController.
Am I missing some configuration for the Service Url?
Sf_Exception - System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Report.Intenal.Server.ServerUtility.GetServiceUrl(String reportServerUrl, String version)
at Syncfusion.Report.Intenal.Server.ReportService2005.SetReportingServer()
at Syncfusion.Report.Intenal.Server.ReportService2005.GetCatalogItem(String folderName)
at Syncfusion.Report.Intenal.Server.SqlReportingServer.GetCatalogItem(String folderName, ItemTypeEnum type, List`1& items)
at Syncfusion.Report.Intenal.Server.ServerReportProcessor.GetCatalogItem(String folderName, ItemTypeEnum type, List`1& items)
at Syncfusion.EJ.ReportDesigner.ReportProcessor.GetCatalogItems(String dirPath)
at Syncfusion.EJ.ReportDesigner.Internal.ReportDesignerInternalHelper.ProcessDesigner()
Thanks!