• <menu id="w2i4a"></menu>
  • logo Stimulsoft Reports.WinForms教程-2019

    文檔首頁>>Stimulsoft Reports.WinForms教程-2019>>【Stimulsoft Reports.WinForms教程】使用子報(bào)表管理報(bào)表

    【Stimulsoft Reports.WinForms教程】使用子報(bào)表管理報(bào)表


    【下載Stimulsoft Reports.Ultimate最新版本】

    此示例顯示如何使用各種選項(xiàng)將子報(bào)表添加到主報(bào)表。為此,我們需要加載所需的報(bào)表。例如,我們將收集三份報(bào)表:

    private void button7_Click(object sender, System.EventArgs e)
    {
        StiReport report1 = GetReport("SimpleList.mrt");
        StiReport report2 = GetReport("SimpleGroup.mrt");
        StiReport report3 = GetReport("Master-Detail.mrt");
    ...

    然后創(chuàng)建一個(gè)主報(bào)表對(duì)象,并在SubReports集合中添加上面的報(bào)表。所述SubReports.Add()方法有兩個(gè)布爾選項(xiàng)ResetPageNumber和PrintOnPreviousPage。您可以使用這些選項(xiàng)自定義子報(bào)表的顯示:

    ...   
        var report = new StiReport();
        report.SubReports.Add(report1);
        report.SubReports.Add(report2, checkBoxResetPageNumber.Checked, checkBoxPrintOnPreviousPage.Checked);
        report.SubReports.Add(report3, checkBoxResetPageNumber.Checked, checkBoxPrintOnPreviousPage.Checked);
    ...

    最后,渲染報(bào)表并在查看器中顯示它:

    示例代碼的結(jié)果如下圖所示:

    Stimulsoft

    下載示例

    購買Stimulsoft正版授權(quán),請(qǐng)點(diǎn)擊“咨詢?cè)诰€客服”喲!

    Stimulsoft

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();