SubReport How To?

Stimulsoft Reports.NET discussion
Post Reply
Tulio
Posts: 1
Joined: Sat Mar 07, 2009 3:38 pm
Location: pakistan

SubReport How To?

Post by Tulio »

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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

SubReport How To?

Post by Edward »

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