Ask a Question related to ASP, Design and Development.
-
Jason Chan #1
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
-
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... -
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... -
Bob Barrows #2
Re: ASP + Crystal Report 9
Jason Chan wrote:
Go to the [url]www.recrystallize.com[/url] and download a demo of Recrystallize. Use> 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
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



Reply With Quote

