⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formatmask.xml

📁 是用c#实现的一个有关于报表设计的程序代码
💻 XML
字号:
<daReport papersize="A4" layout="Portrait">
  <margins left="50" top="50" right="50" bottom="50" />
  <content>
    <dynamicContent>
      <table x="133" y="132" width="400" height="439" borderColor="IndianRed" drawEmptyRows="False" cellHeight="18" dataSource="FormattingTable" horAlignment="None" verAlignment="None" selectable="True" groupByField="" blankLineBeforeNewGroup="False" lineUnderNewGroup="False" displayGroupTitle="False" displayGridLines="True" ObjectRepeatability="RepeatOnAllPages">
        <header headerColor="LightGray" headerFontColor="MediumBlue">
          <font family="Tahoma" size="8" style="Bold" />
        </header>
        <BorderSettings DisplayTopBorder="True" DisplayBottomBorder="True" DisplayLeftBorder="True" DisplayRightBorder="True" />
        <dataRows dataFontColor="Black">
          <font family="Tahoma" size="8" style="Regular" />
        </dataRows>
        <columns>
          <column name="Amount" label="Amount" width="200" align="Left" formatMask="c" calculateTotal="True" visible="True" />
          <column name="PurchaseDate" label="PurchaseDate" width="200" align="Left" formatMask="dd/MM/yyyy" calculateTotal="False" visible="True" />
        </columns>
      </table>
    </dynamicContent>
  </content>
</daReport>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -