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
when my site is deployed,I can not use "export excel"(i can use before deploy)~~~error message:"Printer does not support Letter papersize. Please use PaperKind. Custom in your PageSettings or specify a papersize supported by the current printer"
Notice: I have set webgrid 的PrepareExportExecute:e.ReportObject.Document.Printer.PrinterName = "";
it is very urgent,please help me !
The report engine looks at the default printer of your client browser environment or the default printer that is set for the ASP.NET Account, which is usually, is nothing if this is a web environment. You can set the printer’s name to a null string (“”) to tell ActiveReports to not look for a printer and it will figure out proper page settings on its own.
protected void WebGrid1_PrepareExportExecute(object sender, ISNet.WebUI.WebGrid.PrepareExportExecuteEventArgs e) { e.ReportObject.Document.Printer.PrinterName = ""; }
Hope this helps.
because of the access right to folder~but thank you all the same~
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