ASP + Crystal Report 9

Ask a Question related to ASP, Design and Development.

  1. #1

    Default 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 from crystal dicussion but no luck,
    the code does not work at all.

    I saw many articles mentions RAS (Report Application Server), i want to ask
    is it necessary to install RAS
    in order to display report in ASP? Since i only have CR9 installed, i dont
    know if it the reason why my code did not work.

    I also try to display report using Active X in html (no asp involved)
    It shows the report panel but a empty report.

    Can anyone point me the detailed instructions to show a report in ASP?
    e.g What software or library required.

    Thanks in Advanced.

    Jason


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

    Default Re: ASP + Crystal Report 9

    Jason Chan wrote:
    > 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 from crystal dicussion but
    > no luck, the code does not work at all.
    >
    > I saw many articles mentions RAS (Report Application Server), i want
    > to ask is it necessary to install RAS
    > in order to display report in ASP? Since i only have CR9 installed, i
    > dont know if it the reason why my code did not work.
    >
    > I also try to display report using Active X in html (no asp involved)
    > It shows the report panel but a empty report.
    >
    > Can anyone point me the detailed instructions to show a report in ASP?
    > e.g What software or library required.
    >
    > Thanks in Advanced.
    >
    > Jason
    Go to the [url]www.recrystallize.com[/url] and download a demo of Recrystallize. Use
    the tool to generate the asp and html pages needed to display a couple of
    reports, then examine the code which was generated to see for yourself how
    to do it.


    Alternatively, you may have some sample web reports already installed on
    your machine by Crystal, expecially if you installed the components on your
    web server that are required to run web-based Crystal reports. Check it out.

    There should be a file in one of the Crystal subfolders on your machine
    called developer.hlp (or developer.chm - I forget which) which contains
    information for developers, including documentation for the Crystal
    Reporting engine object model.

    Another good resource is the knowledge base at [url]www.crystaldecisions.com[/url].

    HTH,
    Bob Barrows


    Bob Barrows 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