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!

Button to run Crystal Reports

Status
Not open for further replies.

cjany

IS-IT--Management
Nov 3, 2004
72
0
0
US
Hi, I'm new to .Net.

I have an ASP.Net form that I would like to use to open Crystal Reports that I have created. I successfully imported the Crystal report files into my Solution Explorer. Now I want a button on the form to open and run the Crystal Report when clicked. The name of one of the reports is Daily Payments.rpt. What code and/or attributes should I use to do this? BTW, I use Visual Basic.

Thank you
 
Crystal reports in a web app is NOT as simple as you think. Search this forum, there have been many extensive posts relating to your question.

Jim
 
You can use the Load method of the ReportDocument object to load your report. Then, set the ReportSource of your Crystal Viewer to the ReportDocument object that you created.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top