fastReport 运行时设计报表 (mtm)

时间:2014-06-11 09:09:01   收藏:0   阅读:174

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

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

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

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

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

  例如:

    frxReport1.DesignReport;

 

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!