Change Report UI
Hi,
I need to set the option for users to select the UI from C# app in the report.
What is the settings to do that.
Thank you,
I need to set the option for users to select the UI from C# app in the report.
What is the settings to do that.
Thank you,
Comments
look at Demo.exe source:
UIStyle style = (UIStyle)comboBox1.SelectedIndex;
Config.UIStyle = style;