Exemplo n.º 1
0
 private void Detail_xrTable_PrintOnPage(object sender, PrintOnPageEventArgs e)
 {
     Detail_xrTable.InsertRowBelow(Detail_xrTable.Rows[Detail_xrTable.Rows.Count - 1]);
 }
Exemplo n.º 2
0
 private void Detail_xrTable_Draw(object sender, DrawEventArgs e)
 {
     Detail_xrTable.InsertRowBelow(Detail_xrTable.Rows[Detail_xrTable.Rows.Count - 1]);
 }
Exemplo n.º 3
0
 private void Detail_xrTable_AfterPrint(object sender, EventArgs e)
 {
     Detail_xrTable.InsertRowBelow(Detail_xrTable.Rows[Detail_xrTable.Rows.Count - 1]);
 }