需要是用事件beforePrint (在打印数据之前的事件)
private void xrTableCell12_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) { xrTableCell12.Text = (CurrentRowIndex + 1).ToString(); }
本文共 261 字,大约阅读时间需要 1 分钟。
需要是用事件beforePrint (在打印数据之前的事件)
private void xrTableCell12_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) { xrTableCell12.Text = (CurrentRowIndex + 1).ToString(); }
转载于:https://www.cnblogs.com/xiaowie/p/9054403.html