How i do, when i have 2 dataset ?
Posted: Fri Dec 02, 2011 5:48 am
I have 2 datasets in datasource (Report' s Design)
example:
dsReport = sv.GetReportEstimate(dealerId, branchId, fromDate, toDate);
dsHeader = sv.GetHeader(dealerId, branchId);
stiReportDM = new Stimulsoft.Report.StiReport();
stiReportDM.RegData("ds", dsReport);
stiReportDM.RegData("ds2", dsHeader);
stiReportDM.Load(rootPath + "\\StiReports\\ReportEstimate.mrt");
--------------------------------------------------------------
Report shows only data's Header and data's Report not shows
I don't know, where my code incorrects.
Do you understand that i tell ?
thank you.
*** I'm sorry, my English isn't very good.
example:
dsReport = sv.GetReportEstimate(dealerId, branchId, fromDate, toDate);
dsHeader = sv.GetHeader(dealerId, branchId);
stiReportDM = new Stimulsoft.Report.StiReport();
stiReportDM.RegData("ds", dsReport);
stiReportDM.RegData("ds2", dsHeader);
stiReportDM.Load(rootPath + "\\StiReports\\ReportEstimate.mrt");
--------------------------------------------------------------
Report shows only data's Header and data's Report not shows
I don't know, where my code incorrects.
Do you understand that i tell ?
thank you.
*** I'm sorry, my English isn't very good.