Page 1 of 1

Please Help me....

Posted: Thu Jul 27, 2006 5:40 am
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.

Please Help me....

Posted: Thu Jul 27, 2006 6:50 am
by Vital
Use following code:

Code: Select all

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