Page 1 of 1

How to show report designer ?

Posted: Mon Jan 22, 2007 4:33 am
by jayakumargr
Hello guys,
i used stiPreviewControl in my application(c#).it will run with in my application. but stireport(designer) opens or run in separate window. is there any posibilty for loading stireport as like stipreviewcontrol ?(ie,with in my application i want to load stireport designer)

i used following code :

StiReport obj = new StiReport();
obj.RegData(DataSet);
obj.Design(false);

Please any one give me the proper guidelines.....

thanks in advance....!

How to show report designer ?

Posted: Mon Jan 22, 2007 5:42 am
by Vital
Its old problem. At this moment we work on solution, but it will be available only when we finish new GUI for report designer (i hope in this month).
At this moment you can show report designer as mdi-child window. We will inform you in this topic when it will be ready.

Thank you.

How to show report designer ?

Posted: Mon Mar 05, 2007 8:48 am
by Edward
Now the Designer in the StimulReport.Net may be used as Control. Please refer to it as StiDesignerControl. This control is in Stimulsoft.Report.dll.

This feature is available in the build from the March, 5. You can download the build in the prerelease section of our site:
http://www.stimulsoft.com/DownloadsSR.aspx

Thank you.