Quantcast
Channel: Scribd Feed
Viewing all articles
Browse latest Browse all 299477

Here is the Code That Works Fine for Exporting Crystal Report to Word

$
0
0
here is the code that works fine for exporting Crystal report to Word... protected void exportReport(CrystalDecisions.CrystalReports.Engine.ReportClass selectedReport, CrystalDecisions.Shared.ExportFormatType eft) { selectedReport.ExportOptions.ExportFormatType = eft; string contentType =""; // Make sure asp.net has create and delete permissions in the directory string tempDir = System.Configuration.ConfigurationSettings.AppSettings["TempDir"]; string tempFileName = Session.SessionID.ToString() + "."; switch (eft) { case CrystalDecisions.Shared.ExportFormatType.PortableDocFormat : tempFileName

Viewing all articles
Browse latest Browse all 299477

Trending Articles