zoukankan      html  css  js  c++  java
  • frxReport 设计 (mtm)

    ► 设计  frxReport  frxReport   

        窗体上放一个  【frxReport】 的控件  

        双击 【frxReport】控件

        进入设置模式 frxReport1.ShowReport() 方法 显示报表信息

    ► 连接打印的字段  

        a. frxDBDataset1  窗体上放一个 【frxDBDataset】 的控件  

       b. 指定 frxDBDataset 控件的  【 DataSet 】  

       c. 双击  FaseReport 控件  进入设置模式 , 在  FaseReport 设计器的 Data Tree 面板中 Data 标签中 【双击】,   出现的 Select Report DataSet 对话框中 选择 【frxDBDataset】   

          开始设计字段 添加 Report 中 …

    ►   1.  工具栏中 插入  Insrt Band

          a.   ReportTitle    == 【第一页上显示的内容】

          b.   PageHeader  == 【每一页上显示的内容】    ,  包括 报表标题 、字段标题、 总页信息  …  

          c.   DetailData     ==  【需要显示的字段 … 】  

          d.   ReportSummary 【每一页的字段合计信息】   e.   Footer                   【页脚显示的内容】

        1 .  为保证字符的 原始一样显示 (???)  --->  UseDefaultCharset == True

        2.   双横线  ===  Line 控件的 Diagonal = False  ,   Frame.Stayle= 双横线 ;

  • 相关阅读:
    Leetcode: 1425
    Leetcode: 1508 Range Sum of Sorted Subarray Sums
    Leetcode: 1353. Maximum Number of Events That Can Be Attended
    Leetcode: 1424. Diagonal Traverse II
    Leetcode: 825. Friends Of Appropriate Ages
    非递归实现二叉树的前序,中序,后序遍历
    TCP协议详解
    Linux常见命令
    C++基础笔记
    指针和引用的区别
  • 原文地址:https://www.cnblogs.com/m0488/p/3772106.html
Copyright © 2011-2022 走看看