creating crystal.net reports from a vb.net command application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a vb.net command application which will run nightly, create the
crystal report, save the report as a PDF file, and automatically sending the
report to the recipients. I have everything working except, pulling in the
crystal report and saving it off in a PDF format. I have done this in an
ASP.net app. but am not sure how to go about it in a command vb.net app.
What do I need to do to get this to work?
 
Hi Pardark,

Try this:
crreportdocument.ExportToDisk(ExportFormatType.PortableDocFormat,
"c:\temp\testp.pdf")



HTH,



Bernie Yaeger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top