Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling Crystal Reports from ASP

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
How do I call crystal Reports from ASP?? I have
crystal reports installed in my machine.
This is urgent. Please help.

I have the required output in the form of an Array.

Thanks a million.
Frank.
 

Since you wanna call it from ASP, hope u've IIS installed in ur machine.

Create a folder, say, 'Reports' in ur machine and put all ur RPT files in that.

Create an ASP file and give hyperlinks to the respective Report files u saved inside the 'Reports' folder.

Now call that ASP page from a browser, click on the links, it'll open Reports within the browser.

For this to work, you should've Web Component Server installed on ur system. For more information on installing and administering Web Component Server, pls read "Web.pdf" which is there inside the 'Docs' folder in the setup CD.

Good Luck!!
 
Thank you for your immediate reply. Please let me know the code for calling the Crystal Reports
from ASP, specifically when we pass a recordset to Crystal Reports.

Any help is highly appreciated.

Thanks a million.
 
To call a report
Creat an application object and then a report object and the call the report.
All this is given in the docmentation.
If you have parametere in your report, pass them from the page.
If you still don't understand I can post the code for you.
 
Could you please post the code for me??
I have not worked on Crystal reports.
Please send me the detailed code.
I would really appreciate your quick reply.

Thanks alot.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top