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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print reports from .Net

Status
Not open for further replies.

peterb58

IS-IT--Management
Mar 20, 2005
110
Hi,

I have scanned some of the posts here ,but would like confirmation of a question asked in a development meeting where we are working on the next generation of our application.

Our application is essentially a database with a few extras. In the past we have written our own print templates. What the dev team want to do now, is for me to design the templates in CR and for them to simply call the CR print engine and spit the data out.

Can this be done in .NET? Is there a comprhensive BO White paper out there?

thanks

Pete
 
In the RDC (should be similar with .NET):
Code:
Report.Print False
prints the report and suppresses the printout dialog). You would need to first load the report object, pass the report file name in, provide parameter values if any, and user id & password if needed. Very doable.

hth,
- Ido

Visual CUT & DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top