用Delphi实现自己的Excel报表[10]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 dong163 的 blog

         templtanalyzer.registerdataset(dataset1, table);

         templtanalyzer.registerparam(now, date);

         templtanalyzer.registerparam(totalqu, totalquantity);

         templtanalyzer.registerparam(totalplan, totalplan);

         templtanalyzer.registerparam(totalper, totalpercent);

2生成报表

         templtanalyzer.generatereport;

end;

 

本文关键:用Delphi实现自己的Excel报表
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top