【发布时间】:2016-11-18 06:12:50
【问题描述】:
我是 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,并且我已为其设置了一些默认值,但仍然出现这些错误。
【问题讨论】:
标签: c# reporting-services ssrs-2012