Antonio Esposito's


Prodotti tipici .NETtiani

PDF & CrystalReport

Ciao

 

Non tutti sanno che quando si crea un report in CrystalReport aggiungendolo al nostro progetto, è sufficiente un comando per avere un PDF senza dover installare stampanti PDF o assembly esterni:

MioReport r =  MioReport();
r.SetDataSource(new DataTable());
r.ExportToDisk(CrystalDecisions.Shared.
ExportFormatType.PortableDocFormat,@"c:\export.pdf"); // PDF
r.ExportToDisk(CrystalDecisions.Shared.
ExportFormatType.WordForWindows,@"c:\export.doc"); // WORD
r.ExportToDisk(CrystalDecisions.Shared.
ExportFormatType.Excel,@"c:\export.xls"); //EXCEL

 

;)

Categoria: Tips
lunedì, 08 feb 2010 Ore. 22.05
Statistiche
  • Views Home Page: 11.549
  • Views Posts: 60.318
  • Views Gallerie: 0
  • n° Posts: 44
  • n° Commenti: 16
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003