如何隐藏winform中报表设计器中的按钮

Posted foreach

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何隐藏winform中报表设计器中的按钮相关的知识,希望对你有一定的参考价值。

https://www.devexpress.com/Support/Center/Question/Details/T246117

DesignMdiController.SetCommandVisibility(ReportCommand.NewReport, CommandVisibility.None);
DesignMdiController.SetCommandVisibility(ReportCommand.OpenFile, CommandVisibility.None);
DesignMdiController.SetCommandVisibility(ReportCommand.SaveAll, CommandVisibility.None);
DesignMdiController.SetCommandVisibility(ReportCommand.SaveFileAs, CommandVisibility.None);

以上是关于如何隐藏winform中报表设计器中的按钮的主要内容,如果未能解决你的问题,请参考以下文章

报表开发神器!DevExpress Reporting v19.1:WinForms平台新功能

winform 中crystalReport报表1对多设计

润乾报表设计器中使用 spring 框架实现自定义数据集

Winforms - 如何在设计器中显示/隐藏元素?

C# 报表设计器 (winform 设计端)开发与实现生成网页的HTML报表

根据用户输入在 Pentaho 报表中显示/隐藏字段