ExportToHTML(ExportTo, false, true,false, true, false, false);

hi all,
i used from this code for export report ,
not : windows server 2003 sp2
vs2005(c#) , sql 2000 ,
fastReport Studio

string ExportTo="F:\Inetpub\wwwroot\567\rp_sys_anbar\exportfile\192168052.html ";
frx.ExportToHTML(ExportTo, false, true,false, true, false, false);

when i run this code on vs2005 my report is exported but when i publishe this project and run it on local host report isn't expot without error...

please help to me for solve this problem

best regards

Comments

  • edited December 2009
    wrote:
    string ExportTo="F:\Inetpub\wwwroot\567\rp_sys_anbar\exportfile"
    Make sure that your application has access into this folder.

Leave a Comment