-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: baskarpv
Message 3 in Discussion

Hi Smith,   I thank and appreciate your prompt reply. The code goes like this   
----------------   objReportDocument.SetDataSource(dsReportData);  
 
HTMLFormatOptions objHTMLFormatOptions = new HTMLFormatOptions(); 
objHTMLFormatOptions.HTMLBaseFolderName = Server.MapPath(CHARTS_FOLDER); 
objHTMLFormatOptions.HTMLFileName = strReportFileName.Split(new char[]{'.'})[0] 
+ intCustomerID.ToString() + ".htm"; 
ExportOptions objExportOptions = new ExportOptions(); 
objExportOptions.ExportFormatType = ExportFormatType.HTML40; 
objExportOptions.ExportFormatOptions = objHTMLFormatOptions; 
objReportDocument.Export(objExportOptions); 
------------- 
Note: In my build machine, Cystal reports 10 is installed. This report export 
works fine in my machine. But in Deployment machine Crystal reports 11 is 
installed(since customer licensed with this). Will this cause such problems? if 
so what to do? 
Please kindly provide your view. Thanks again 
Baskar V 
  
  
  
  
 

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to