• <menu id="w2i4a"></menu>
  • logo FastReport中文文檔

    文檔首頁>>FastReport中文文檔>>示例 2.從上到下打印帶有重復(fù)行的表格

    示例 2.從上到下打印帶有重復(fù)行的表格


    private void Table1_ManualBuild(object sender, EventArgs e)
    {
      // Printing row 0 and all of its columns
      Table1.PrintRow(0);
      Table1.PrintColumns();
      // Printing 3 copies of row 1 and all of its columns 
      for (int i = 0; i < 3; i++)
      {
        Table1.PrintRow(1);
        Table1.PrintColumns();
      }
      // printing row 2 and all of its columns
      Table1.PrintRow(2);
      Table1.PrintColumns();
    }
    在本例中,中間一行被打印 3 次。結(jié)果如下
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    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); })();