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

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: Sudha0829
Message 2 in Discussion

Hi,     You need to give da setdatabaselogin.     public void RptExp(string 
rptfilepath,string strExportFile)  {  ReportDocument exp=new ReportDocument();  
exp.Load(rptfilepath);  
exp.SetDatabaseLogon(username,password,servername,database);  
exp.ExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;  
exp.ExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat;  
DiskFileDestinationOptions objOptions = new DiskFileDestinationOptions();  
objOptions.DiskFileName = strExportFile; 
 exp.ExportOptions.DestinationOptions = objOptions;  exp.Export();  }     
Regards,  sudha.  

srkrishnakumar <[EMAIL PROTECTED]> wrote:            New Message on 
MumbaiUserGroup    
  CrystalReport 9.0 in RemoteMS
 SqlServerDataBase

        Reply
             Reply to
 Sender   Recommend   Message 1 in Discussion             From: srkrishnakumar  
   
  Dear friends,       I would like to export a report to pdf file.My Sqlserver 
database is located in remote place.I have a coding to export a report to pdf 
file with localmachine mssqldatabase.when i use the same coding with remote 
mssqlserver database ,i got a logon failed exception.please help in this.     
thanks in advance,  krishna      
View other groups in this category. 




                Brings words and photos together (easily) with
 
PhotoMail  - it's free and works with Yahoo! Mail.

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

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/MumbaiUserGroup/_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