Problem in inigration

Stimulsoft Reports.NET discussion
Post Reply
arun
Posts: 1
Joined: Sat Dec 29, 2007 3:32 am
Location: delhi

Problem in inigration

Post 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
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Problem in inigration

Post 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.
Post Reply