0
我是SSRS的新手,在我的應用程序中,有太多的報告使用SSRS,報告太大。SSRS報告日誌錯誤
在報告日誌我得到這些錯誤
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: There is no data for the field at position 14.;
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: There is no data for the field at position 21.;
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: There is no data for the field at position 5.;
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: There is no data for the field at position 7.;
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: There is no data for the field at position 8.;
我過檢查數據集是否返回任何NULL和我給了默認的一些值給它,但還是這些錯誤都來了。