Hi all
I have one report "report.mrt", and one subreport "supreport_1" into report.
I have one DataSet, f.e, ds.
i wrote that :
StiReport rp=new StiReport();
rp.Load("report.mrt"),
rp.RegData(ds);
(¿ how can show/pass the ds to the subreport?)
rp.Show();
Any help??
Tx.
SubReport How To?
SubReport How To?
Hi Tulio,
Actually there is no problem in any of our products to register more than one dataset in a dictionary at once via RegData.
In case if "supreport_1" is another mrt file, please read the following topic:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=746
Thank you.
Actually there is no problem in any of our products to register more than one dataset in a dictionary at once via RegData.
In case if "supreport_1" is another mrt file, please read the following topic:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=746
Thank you.