Hi,
I add following reference files(stimulsoft2007.1) to my application.
Stimulsoft.Base.dll
Stimulsoft.Controls.dll
Stimulsoft.Editor.dll
Stimulsoft.Report.dll
In My application i wrote following lines.
StiReport obj=new StiReport();
obj.Design();
It Doesn't Works.Is there any other files are needed for opening a StiReport designer?
Thanks in Advance,
Jayakumar
Reference Files ???
-
- Posts: 85
- Joined: Sat Jan 20, 2007 4:21 am
Reference Files ???
These files are enough for calling of the Designer. Please check the GAC and the Documents and Settings folder for previous version of these files (sometimes VS copies files it used there for cache).
Also the code above will not work in web applications.
Thank you.
Also the code above will not work in web applications.
Thank you.