异常-【ActiveReports问题】查看报表报错

问题描述

【ActiveReports问题】查看报表报错

“/”应用程序中的服务器错误。
Cyclic report parameter references.
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: GrapeCity.ActiveReports.Expressions.ExpressionObjectModel.ReportParameterException: Cyclic report parameter references.

源错误:

执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。

堆栈跟踪:

[ReportParameterException: Cyclic report parameter references.]
GrapeCity.ActiveReports.ReportsCore.Rendering.#z5e.#BEf() +249
GrapeCity.ActiveReports.ReportsCore.Rendering.#z5e.#xEf() +298
GrapeCity.ActiveReports.ReportsCore.Rendering.#z5e.get_Parameters() +87
GrapeCity.ActiveReports.Viewer.Win.Rdlx.RdlReport.#bjz(PageDocument rr, Boolean doDocumentDisposing) +808
GrapeCity.ActiveReports.Web.Runtimes.PageBasedRuntime..ctor(PageDocument instance, ReportBinaryKind[] acceptedFormats, Guid token, #5IU license) +189
#Klz.#K0A.#8IU(Object instance, ReportBinaryKind[] formats, Guid token, #5IU license) +318
GrapeCity.ActiveReports.Web.WebViewer.#Z0A(Object instance, #F0A openParams) +331
GrapeCity.ActiveReports.Web.WebViewer.OpenReport(Object reportObj, String reportName) +672
GrapeCity.ActiveReports.Web.WebViewer.OnPreRender(EventArgs e) +50
System.Web.UI.Control.PreRenderRecursiveInternal() +83
System.Web.UI.Control.PreRenderRecursiveInternal() +155
System.Web.UI.Control.PreRenderRecursiveInternal() +155
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +974

我现在在用葡萄城的控件,但报出了这个错误,有哪位大神帮忙解决下吗?谢谢!

解决方案

解决SecureCRT报错的问题

解决方案二:

谢谢回复,现在这问题已跳过。暂时没有这问题了。

时间: 2024-09-11 17:58:16

异常-【ActiveReports问题】查看报表报错的相关文章

error-birt报表报错,请问如何解决?

问题描述 birt报表报错,请问如何解决? 15:18:18,234 ERROR [STDERR] org.eclipse.birt.report.exception.ViewerException: 尝试启动报表引擎时出现致命错误. 15:18:18,234 ERROR [STDERR] at org.eclipse.birt.report.service.ReportEngineService.setEngineContext(Unknown Source) 15:18:18,234 ERR

阿泰 C#区的高手让我来请教 报表报错问题

问题描述 使用VS2010水晶报表导出报错错误信息如下system.runtime.InteropServices.SEHException{"外部组件发生异常"}ErrorCode-2147467259stackTrace:在System.Windows.Forms.UnsafeNativeMethods.ThemingScope.DeactivateActCtx(Int32dwFlags,IntPtrlpCookie)在System.Windows.Forms.UnsafeNati

报表报错net.sf.jasperreports.engine.JRException: Error loading object from file

问题描述 Servlet代码privateFileAttachServicefileAttachService=(FileAttachService)AppUtil.getBean("fileAttachService");privateLoglogger=LogFactory.getLog(FilePreviewServlet.class);protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsS

急!打开水晶报表报错

问题描述 点击打印出现"SeagateCrystalReportsActiveXDesigner错误'80043ac6'Accessdenied."之前是可以显示的,但修改.rpt文件后就会弹出错误.急需大神求助 解决方案

RDLC 报表报错!!本机测试没问题,发布网站放到IIS上面跑就报这样的错,具体开发工具:VS2010+SQLSERVER2008R2详细报错见下图

问题描述 解决方案 解决方案二:新IIS服务器安装了RDLC控件么?

Tomcat打报表报错NullPointerException.求解

问题描述 以下是错误提示:MissingPermissionsmanifestattributefor:http://localhost:8080/ZktrReport/ReportPrint.jarMissingCodebasemanifestattributefor:http://localhost:8080/ZktrReport/ReportPrint.jarMissingApplication-Name:manifestattributefor:http://localhost:8080

asp.net再浏览器中查看的时候报这个错,关闭解决方案重开之后就不会

问题描述 asp.net再浏览器中查看的时候报这个错,关闭解决方案重开之后就不会 "/"应用程序中的服务器错误. 引发类型为"System.OutOfMemoryException"的异常. 说明: 执行当前 Web 请求期间,出现未经处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息. 异常详细信息: System.OutOfMemoryException: 引发类型为"System.OutOfMemoryExceptio

cuda-内存位置异常,怎么查看内存位置,以及内存中的信息

问题描述 内存位置异常,怎么查看内存位置,以及内存中的信息 ipiv=(int*)malloc(sizeof(int)*count_1); A=(float*)malloc(sizeof(float)*b*count_1); Ta=(float*)malloc(sizeof(float)*count_1*count_1); invTa=(float*)malloc(sizeof(float)*count_1*count_1); det=(float*)malloc(sizeof(float)*1

android建表报错no such column: touxiang

问题描述 android建表报错no such column: touxiang 新加了一个iIMAGE以后数据库报错,只有图中这么一行错 下面是我数据库的代码 package com.mlchelper.db; import java.sql.Blob; import com.mlchelper.dom.Infor_table; import android.content.ContentValues; import android.content.Context; import androi