Multiple Data Sources on the same report and page.

Stimulsoft Reports.NET discussion
Post Reply
dda
Posts: 1
Joined: Fri May 30, 2008 3:23 pm
Location: Ar.

Multiple Data Sources on the same report and page.

Post by dda »

Hi!
I am using de Demo versión of Stimulsoft, to the the technology.
I am trying to use multiples Business object in the same report. I put three data band in the report, but i can't view the data of the objects in it. I'm only view the first object.

The code that I am using is:

ReporteOT ro = new ReporteOT();
CargarDatos(ro);
StiDataCollection d = new StiDataCollection();
d.RegData("Header", ro.Header);
d.RegData("Llenado", ro.Llenado);
d.RegData("Roturas", ro.Roturas);
d.RegData("Muestras", ro.Muestras);
d.RegData("Localizacion", ro.Localizacion);
reporte.RegData(d);
reporte.Render();
viewer.Report = reporte;

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Multiple Data Sources on the same report and page.

Post by Edward »

Please send test solution on this code to support[at]stimulsoft.com for analysis and suggestions.

Thank you.
Post Reply