View Single Post
  #1 (permalink)  
Old July 10th, 2008, 05:00 AM
prafullaborade prafullaborade is offline
Authorized User
 
Join Date: May 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to prafullaborade
Default Crysatl Report is not opened

Hi sir
   I have 1 problem regarding crysatal report. my other report is opened and attached with mail but for 1 report it gives me problem.gives me error that parameter is not passed. other is work fine

I gave report sourse
   crvReport.ReportSource = rptDoc;
here i opened it
 public static void getMailDetails(ReportDocument rptDoc, string _subject)
            {

                Model.WebSession objSess = new Model.WebSession();
                objSess.MailIdentity = _subject;
                Stream sm = rptDoc.ExportToStream(ExportFormatType.PortableDoc Format);
                HttpContext.Current.Session["FileStream"] = sm;
                HttpContext.Current.Session["ReportDoc"] = rptDoc;

            }

pls tell me solution as early as possible.
 thanks a lot