【this application was created using the trial version of the xtrareports 解决方法】观书散遗帙,探古穷至妙。这篇文章主要讲述this application was created using the trial version of the xtrareports 解决方法相关的知识,希望能为你提供帮助。
XtraReport3 xtraReport = new XtraReport3(); var mlc = sp.tiaoma.ToList(); xtraReport.DataSource = mlc; ReportPrintTool tool = new ReportPrintTool(xtraReport); //操作要显示什么按钮 tool.PrintingSystem.SetCommandVisibility(new PrintingSystemCommand[]{ PrintingSystemCommand.Open, PrintingSystemCommand.Save, PrintingSystemCommand.ClosePreview, PrintingSystemCommand.Customize, PrintingSystemCommand.SendCsv, PrintingSystemCommand.SendFile, PrintingSystemCommand.SendGraphic, PrintingSystemCommand.SendMht, PrintingSystemCommand.SendPdf, PrintingSystemCommand.SendRtf, PrintingSystemCommand.SendTxt, PrintingSystemCommand.SendXls }, CommandVisibility.None); tool.ShowPreview();
推荐阅读
- Android SDK Manager 无法下载Android8.1.0(API 27) SDK Platform
- application/force-download 不生效
- Android四大组件六大布局和五大数据存储
- JDK 11,Tomcat卡在Deploying web application directory
- 使用AppDomain进行动态加载和卸载dll
- git推送报错( No path specified. See 'man git-pull' for valid url syntax或does not appear to be a)
- A.Little Sub and Applese
- Centos使用natapp教程
- androidstudio导入新项目build tools不符合问题解决