Crystal Report Error
- From: "douglas" <abc@xxxxxxxxx>
- Date: Fri, 26 Jan 2007 23:35:04 +0800
Hi,
I got the following error when I set the report source of the
CrystalReportViewer, Can anyone please help me.
Thanks...doug.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim myreport As New rpt1()
CrystalReportViewer1.ReportSource = myreport <== cause error
End Class
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:
CrystalDecisions.CrystalReports.Engine.FormattingException: Get page or get
totaller failed
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:
[FormattingException: Get page or get totaller failed]
.L(String , EngineExceptionErrorID )
.H(String , Int32 )
CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestConte
xt reqContext)
CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestConte
xt pageReqContext)
CrystalDecisions.Web.ReportAgent.{(Boolean C)
CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e)
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Page.ProcessRequestMain()
.
- Follow-Ups:
- Re: Crystal Report Error
- From: Stephen Howe
- Re: Crystal Report Error
- Prev by Date: Re: DB connection problem in setup for Microsoft Course 2524
- Next by Date: Re: Crystal Report Error
- Previous by thread: Re: DB connection problem in setup for Microsoft Course 2524
- Next by thread: Re: Crystal Report Error
- Index(es):
Relevant Pages
|
|