How do you put the StiWebDesigner control into IsRibbonGui = false ?
here is what I've tried in my .cs
Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui = false;
Stimulsoft.Report.StiOptions.Designer.ShowSelectTypeOfGuiOption = true;
Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();
report.LoadFromString(ReportString.ToString());
StiWebDesigner1.Design(report);
but when the designer comes up on the web page it's still in ribbon mode.
Also, are forms supported for designer.web?
StiWebDesigner IsRibbonGui
-
- Posts: 15
- Joined: Sat Jul 25, 2009 5:50 pm
StiWebDesigner IsRibbonGui
Hello,
Designer.Web supports only Ribbon UI.
Thank you.
Designer.Web supports only Ribbon UI.
Thank you.
-
- Posts: 15
- Joined: Sat Jul 25, 2009 5:50 pm
StiWebDesigner IsRibbonGui
thanks. and are forms supported for designer.web? because I can't find the form button in the ribbon control.
StiWebDesigner IsRibbonGui
Hi
In the current version of Web based designer this feature is not supported.
Thank you.
In the current version of Web based designer this feature is not supported.
Thank you.