Wrox Programmer Forums
|
User Groups - Other Developer User Groups Post your announcements about user groups for developer audiences other than INETA and LUGs
Welcome to the p2p.wrox.com Forums.

You are currently viewing the User Groups - Other Developer User Groups section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old July 10th, 2008, 05:00 AM
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





Similar Threads
Thread Thread Starter Forum Replies Last Post
Round up up to 2 decimal pt in crysatl Report prafullaborade VB How-To 0 September 26th, 2008 04:59 AM
How to Get Name of opened Forms akumarp2p C# 2005 4 January 22nd, 2007 08:05 AM
how to use jsp with crysatl report? essamabdelaziz J2EE 0 August 20th, 2006 09:37 AM
Sever has not yet been opened ravee789 Crystal Reports 2 October 20th, 2003 06:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.