Ask a Question related to ASP Components, Design and Development.
-
douglas #1
ASP .NET - Crystal Report Error
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.FormattingE xception: 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.FormatEngin e.GetPage(PageRequestConte
xt reqContext)
CrystalDecisions.ReportSource.LocalReportSourceBas e.GetPage(PageRequestConte
xt pageReqContext)
CrystalDecisions.Web.ReportAgent.{(Boolean C)
CrystalDecisions.Web.CrystalReportViewer.OnPreRend er(EventArgs e)
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Page.ProcessRequestMain()
douglas Guest
-
ASP .NET - Crystal Report Error
Hi, I got the following error when I set the report source of the CrystalReportViewer, Can anyone please help me. Thanks...doug. Private Sub... -
How to display Crystal Report
Hi all, I dont know how to display a parameterized Crystal report in Asp.Net page... e.g. I give input of Student Code range and then click on View... -
Pls Hlp : crystal report
Hi, Am getting the following error: cpeaut32 error '800a753c' Invalid enum value. & the code is as follows : set MyParam = ... -
Formatting a Crystal Report
Hi, I have a report that I render out as PDF. I have two sections in my Details section of the report. I want to format the background of... -
ASP + Crystal Report 9
I am beginner on Crystal Report. I want to ask a basic question. How can i display a report in ASP? I search for many web and try the sample... -
Sten Westerback \(MVP SDK\) #2
Re: ASP .NET - Crystal Report Error
Hi
Which version of BOE or CRE do you have? Installed lasted fixes? Have you
got it ever since you installed or did it start recently (after some
update)? Do it appear all the time or only when opening a certain report?
- Sten
"douglas" <abc@yahoo.com> wrote in message
news:umX7l8VQHHA.2172@TK2MSFTNGP04.phx.gbl...> 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.FormattingE xception: 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.FormatEngin e.GetPage(PageRequestConte
> xt reqContext)
>
> CrystalDecisions.ReportSource.LocalReportSourceBas e.GetPage(PageRequestConte
> xt pageReqContext)
> CrystalDecisions.Web.ReportAgent.{(Boolean C)
> CrystalDecisions.Web.CrystalReportViewer.OnPreRend er(EventArgs e)
> System.Web.UI.Control.PreRenderRecursiveInternal()
> System.Web.UI.Control.PreRenderRecursiveInternal()
> System.Web.UI.Control.PreRenderRecursiveInternal()
> System.Web.UI.Page.ProcessRequestMain()
>
>
>
>
Sten Westerback \(MVP SDK\) Guest



Reply With Quote

