ASP .NET - Crystal Report Error

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    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...
    2. 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...
    3. Pls Hlp : crystal report
      Hi, Am getting the following error: cpeaut32 error '800a753c' Invalid enum value. & the code is as follows : set MyParam = ...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139