To export Seagate Crystal Reports report to disk *.rpt file, I trying to use following code. What's wrong?
PEExportOptions exportOptions;
UXDDiskOptions diskOptions;
BOOL bEngineReady = PEOpenEngine ();
short iPrintJob = PEOpenPrintJob("c:\\MyReport2.rpt");
short nNumber =...
I'm searching through documentation and can't find answers to folowing question: How I can generate reports on server side with report templates stored at the server where I start generation from my own client aplication. I will grateful for any code samples or links to the any articles.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.