How to make Mdi child Menubar Visible???
Posted: Tue Jul 03, 2007 8:56 am
Hai,
I am programmatically opening the Designer within my application as a MDI child. I allow the user to put the MDI children as Tabs. Mdi Parent also have menubar and toolbars.
When the Designer opens, menubar is hidden. What is the code so that prior to displaying the Designer as a form, how can i make menubar visible?
This is how I am displaying the Designer:(stimulsoft 2007.1)
StiReport report = new StiReport();
report.Design(this);
i tried following,
StiOptions.Designer.ShowDesignerControlMainMenu = true;
Stimulsoft.Report.Design.StiDesigner stDesigner = new Stimulsoft.Report.Design.StiDesigner();
stDesigner.RefreshToolbars();
but it shows an error...!!!
Please provide the solutions...
Thanks in advance,
Jayakumar
I am programmatically opening the Designer within my application as a MDI child. I allow the user to put the MDI children as Tabs. Mdi Parent also have menubar and toolbars.
When the Designer opens, menubar is hidden. What is the code so that prior to displaying the Designer as a form, how can i make menubar visible?
This is how I am displaying the Designer:(stimulsoft 2007.1)
StiReport report = new StiReport();
report.Design(this);
i tried following,
StiOptions.Designer.ShowDesignerControlMainMenu = true;
Stimulsoft.Report.Design.StiDesigner stDesigner = new Stimulsoft.Report.Design.StiDesigner();
stDesigner.RefreshToolbars();
but it shows an error...!!!
Please provide the solutions...
Thanks in advance,
Jayakumar