码迷,mamicode.com
首页 > 其他好文 > 详细

fastReport 运行时设计报表 (mtm)

时间:2014-06-11 09:09:01      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:des   style   color   strong   使用   rgb   

  • 设计报表

        通过“TfrxReport.DesignReport”方法调用报表设计器。你必须在你的项目中包含报表设计器

       (必要条件是:要么使用“TfrxDesigner”组件,要么增加“frxDesgn”单元到uses列表)

   DesigReport 方法接受两个默认参数:

      procedure DesignReport(Modal: Boolean = True; MDIChild: Boolean = False);

      Modal参数决定设计器是否被模态,MDIChild参数允许把设计器窗体作为一个MDI子窗体。

  例如:

    frxReport1.DesignReport;

 

fastReport 运行时设计报表 (mtm),布布扣,bubuko.com

fastReport 运行时设计报表 (mtm)

标签:des   style   color   strong   使用   rgb   

原文地址:http://www.cnblogs.com/m0488/p/3773003.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!