2011-04-25 46 views

回答

0

關鍵是將數據填入子報告中。

foreach (ReportDocument subDoc in Report.Subreports) 
{ 
    subDoc.SetDataSource(ReportDataSet); 
} 
相關問題