StiWebDesigner IsRibbonGui

Stimulsoft Reports.WEB discussion
Post Reply
gotaquestion
Posts: 15
Joined: Sat Jul 25, 2009 5:50 pm

StiWebDesigner IsRibbonGui

Post 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?
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

StiWebDesigner IsRibbonGui

Post by Andrew »

Hello,

Designer.Web supports only Ribbon UI.

Thank you.
gotaquestion
Posts: 15
Joined: Sat Jul 25, 2009 5:50 pm

StiWebDesigner IsRibbonGui

Post by gotaquestion »

thanks. and are forms supported for designer.web? because I can't find the form button in the ribbon control.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StiWebDesigner IsRibbonGui

Post by Edward »

Hi

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

Thank you.
Post Reply