Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
I want to use StiWpfDesignerControl in my wpf application. But my problem is that I'm unable to hide File menu in the ribbon. I've tried many different approaches:
I think it is imortant to create your StiWpfDesignerControl AFTER you have set your options.
So you could try to set all your options først and then create/open your designer.
We use this:
InitierStiDesigner(); //All our options...
var stiDesigner = new StiWpfDesignerControl { Report = rapport };
Thanks for quick response. You suggestion worked but... I can hide for example New and Open menu item but I don't know how to hide entire File menu?
I also want to hide Open button for Quick Access toolbar, but I don't see property for this. How can I accomplish this task?