zoukankan      html  css  js  c++  java
  • fastReport 运行时设计报表 (mtm)

    • 设计报表

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

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

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

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

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

      例如:

        frxReport1.DesignReport;

  • 相关阅读:
    函数、对象
    webpack配置
    创智培训内容
    oracle方法
    Weblogic
    药店
    ip
    jdk账号
    ansible
    目录编码
  • 原文地址:https://www.cnblogs.com/m0488/p/3773003.html
Copyright © 2011-2022 走看看