Delphi 7 中使用RAVE报表(四)[10]

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

本文简介:选择自 highway_programmer 的 blog

    bitmap := tbitmap.create;

    bitmap.loadfromfile('rpdemo.bmp');

    printbitmaprect(5.375,3.5,7.375,5.5,bitmap);

    bitmap.free;

   end;

end;

procedure tform1.button1click(sender: tobject);

begin

  rvsystem1.execute; //执行报表!

end;

end.


##################################################################################

   好了,这样我们并没有使用rave,仅仅利用程序实现了报表。

                                                           (ps:转载请注明作者--高速公路上的鱼(cyq))

本文关键:Delphi 7 中使用RAVE报表(四)
  相关方案
Google
 

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

go top