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;
Multiple Data Sources on the same report and page.
Multiple Data Sources on the same report and page.
Please send test solution on this code to support[at]stimulsoft.com for analysis and suggestions.
Thank you.
Thank you.