彩票走势图

logo FastReport中文文档
文档彩票走势图>>FastReport中文文档>>示例 1.从上到下打印整个表格

示例 1.从上到下打印整个表格


private void Table1_ManualBuild(object sender, EventArgs e)
{
  // printing row 0 and all of its columns
  Table1.PrintRow(0);
  Table1.PrintColumns();
  // printing row 1 and all of its columns
  Table1.PrintRow(1);
  Table1.PrintColumns();
  // Printing row 2 and all of its columns
  Table1.PrintRow(2);
  Table1.PrintColumns();
}
接着打印出与模板相同的下表:
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP