Please Help me....

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

Please Help me....

Post by MARIMUTHU K »

Hi hi hi


I want View Report without Component, thr' use Class and run on Form.

If possible then please give idea ....


Advance thanks all.



Regards,
KMarimuthu.
Marimuthu K
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Please Help me....

Post by Vital »

Use following code:

Code: Select all

StiReport report = new StiReport();
report.Load("report.mrt");
report.RegData(dataSet);
report.Show();
Thanks.
Post Reply