Page 1 of 1

StiWebDesigner IsRibbonGui

Posted: Fri Jul 31, 2009 4:41 pm
by gotaquestion
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

Posted: Mon Aug 03, 2009 4:30 am
by Andrew
Hello,

Designer.Web supports only Ribbon UI.

Thank you.

StiWebDesigner IsRibbonGui

Posted: Mon Aug 03, 2009 10:11 am
by gotaquestion
thanks. and are forms supported for designer.web? because I can't find the form button in the ribbon control.

StiWebDesigner IsRibbonGui

Posted: Mon Aug 03, 2009 7:12 pm
by Edward
Hi

In the current version of Web based designer this feature is not supported.

Thank you.