文檔首頁>>FastReport中文文檔>>示例 3.從左到右打印整個表格
示例 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(); }因此,將打印出與模板無異的下表: