cancel
Showing results for 
Search instead for 
Did you mean: 

Report Printing with WIN32

Former Member
0 Kudos

Hello,

i want to make a small WIN32 VC++ program to print reports on a terminal with low performance.

I've already made a Windows Form Application which prints reports but it requires VS.NET.

I'm using Crystal Reports 2008.

In the VS.NET-Application printing was possible with the following lines:


 reportDocument1->Load("Report_Files\\ShopFloorPaper_dat.rpt");
 reportDocument1->PrintOptions->PrinterName="FinePrint";
 reportDocument1->PrintToPrinter(1,false,0,0);

Is there a way to print CR documents from a small WIN32 application?

i'm looking foreward for your advice.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

CR2008 only has Java and .NET SDK's so you would have to use one of those.

Answers (0)