Page 1 of 1

Problem in inigration

Posted: Sat Dec 29, 2007 3:41 am
by arun
Hi ,
i m facing a problem why designing the report.I coldnt understand the steps for using ur tool with my own application can anyone help me plz?
thanks

Problem in inigration

Posted: Mon Dec 31, 2007 12:41 pm
by Vital
You can use following code to call report designer from your application:

Code: Select all

StiReport report = new StiReport();
report.Design();
Thank you.