Print Page | Close Window

URGENT crystal reports viewing printing from VC++

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=272
Printed Date: 28 Apr 2024 at 8:42pm


Topic: URGENT crystal reports viewing printing from VC++
Posted By: pstancu
Subject: URGENT crystal reports viewing printing from VC++
Date Posted: 02 Mar 2007 at 5:24pm

Hi everyone !
I have to make a C or C++ program in Visual Studio from which to print a CR (Crystal Reports) report (on a printer: the program in C launches the printing) and from which I could visualise a CR report. I can't loose my job this time, I hope you'll all help dears.
Can you help me with some code examples ?
What documents examples and tutorials or books can I find ?
(send then to mailto:philippe.stancu@cegetel.net - philippe.stancu@cegetel.net )
Thanks a lot for all, Philippe




Replies:
Posted By: hilfy
Date Posted: 05 Mar 2007 at 10:57am
You'll probably have to use the COM interfaces to do this.  If you go to the Business Objects Developer Library at  http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm - http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm , click on "Viewers SDK" and then "COM developer guide and API reference" you should be able to find the info you need.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: pstancu
Date Posted: 06 Mar 2007 at 1:41pm
Thanks a lot... finally since COM is hard to manage due to the registry I tryed xml but I don't know how to make appearing the values of the tag in the report.
(our wish is to avoid binding a report to a data source, we want it to be filled by a program)
See you soon, P.



Print Page | Close Window