Turn off Dictionary Use Aliases
Posted: Thu Nov 26, 2009 2:34 am
Hi,
Is it possible to turn off Dictionary Use Aliases by code? If yes, how?
Thanks.
Is it possible to turn off Dictionary Use Aliases by code? If yes, how?
Thanks.
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
StiSettings.Load();
StiSettings.Set("StiDesigner", "UseAliases", false);
StiSettings.Save();