半岛权威十大直营(官方)网站

logo FastReport中文文档

示例 3.从左到右打印整个表格


private void Table1_ManualBuild(object sender, EventArgs e)
{
  // printing column 0 and all of its rows
  Table1.PrintColumn(0);
  Table1.PrintRows();
  // printing column 1 and all of its rows
  Table1.PrintColumn(1);
  Table1.PrintRows();
  // printing column 2 and all of its rows
  Table1.PrintColumn(2);
  Table1.PrintRows();
}
因此,将打印出与模板无异的下表:
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP