iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I am using WebGrid 7. When exporting the grid data, is there any way to specify the 'Reportpath' and the 'IISReportPath' property to a location outside web accessible. I tried to assign these properties to some physical location like 'C:\\Temp\\' and it throws an error saying the location you are trying to access is not possible.
Thanks
Hi Dhaval,
Please ensure you have written the path correctly. You can use the snippet below :
protected void Button1_Click(object sender, EventArgs e) { WebGrid1.ExportGrid(new ISNet.WebUI.WebGrid.DynARInfo("excel", "C:/Temp/", "WebGridToExcel")); // export grid data with name WebGridToExcel }
And then about your error, that might because you haven't set the permission in your folder destination. To fix this, please give the access to the folder first before you do the export.
I hope this could help.
Regards,
Julia
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname