如何隐藏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平台新功能