exporting web-based reports

  • Thread starter Thread starter Robert Gregory via .NET 247
  • Start date Start date
R

Robert Gregory via .NET 247

I have dopdownlists to let the user select entries. The results are displayed in a datagrid. Additionally a crystal report shall be exported to PDF if user wants it, based on the selected items in the lists. I don't manage to solve the following problem:

"CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Invalid file name."
crReportDocument.Export() (marked red)

Can anybody help?

Robert
 
First check to see if crystal reports is properly installed and configured
on your application, you may then want to try a manual export to verify that
the installation is correct. Failing this, you will get more help on the
crystal report site.

--
Regards,
Alvin Bruney

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
 
Back
Top