StiWebDesigner IsRibbonGui
Posted: Fri Jul 31, 2009 4:41 pm
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?
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?