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....
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
Please Help me....
Marimuthu K
Please Help me....
Use following code:
Thanks.
Code: Select all
StiReport report = new StiReport();
report.Load("report.mrt");
report.RegData(dataSet);
report.Show();