Hide "Tell me more" link from toolbar
Posted: Thu Nov 26, 2015 12:55 am
Hello,
How to hide "Tell me more" link from toolbar ?
Thanks,
Hugo.
How to hide "Tell me more" link from toolbar ?
Thanks,
Hugo.
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.
https://forum.stimulsoft.com/
Code: Select all
var options = new Stimulsoft.Designer.StiDesignerOptions();
options.appearance.showTooltipsHelp = false;
var designer = new Stimulsoft.Designer.StiDesigner(options, "StiDesigner", false);
Code: Select all
var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.showTooltips = false;
var viewer = new Stimulsoft.Viewer.StiViewer(options, "StiViewer", false);