How to save the file on Desktop by default by using ExportToDisk method??? or is there any way around??
Please help..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
CrishPosted Apr 22, 2011, 6:18 AM
string add;
add="C:\Windows\Desktop";
MyReport.ExportToDisk(ExportFormatType.PortableDocFormat,"add + MyReport");
Dorababu MekaPosted Apr 22, 2011, 6:17 AM