this is my code and i am trying to export pdf crystal report
string FileName = Server.MapPath( "~/CMM/CrystalReport/Box.rpt");
rpt.Load(FileNa me);
rpt.SetDataSour ce(ds);
rpt.ExportToHtt pResponse(Cryst alDecisions.Sha red.ExportForma tType.PortableD ocFormat, Response, true, "BoxIssueReport ");
string FileName = Server.MapPath( "~/CMM/CrystalReport/Box.rpt");
rpt.Load(FileNa me);
rpt.SetDataSour ce(ds);
rpt.ExportToHtt pResponse(Cryst alDecisions.Sha red.ExportForma tType.PortableD ocFormat, Response, true, "BoxIssueReport ");
Comment