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 ?
-
- Posts: 85
- Joined: Sat Jan 20, 2007 4:21 am
How to show report designer ?
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.
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 ?
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.
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.