需要是用事件beforePrint (在打印数据之前的事件)

private void xrTableCell12_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e)
        {
            xrTableCell12.Text = (CurrentRowIndex + 1).ToString();
        }

 

相关文章:

  • 2021-12-26
  • 2021-11-26
  • 2022-12-23
  • 2021-06-04
  • 2021-11-13
  • 2021-12-14
  • 2022-02-03
  • 2021-08-31
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-07-01
  • 2021-06-28
  • 2021-11-19
相关资源
相似解决方案